aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index ddd8569..7f1882f 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -36,9 +36,11 @@ private = true
# | Executors |
# -------------
[tasks.checkf]
+workspace = false
dependencies = ["fmt", "check"]
[tasks.checkfc]
+workspace = false
dependencies = ["fmt", "check", "clippy"]
[tasks.help]