We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
just check
1 parent 4ff70f3 commit 51eaf1eCopy full SHA for 51eaf1e
.justfile
@@ -5,8 +5,9 @@ set dotenv-load := true
5
6
# Since this is a first recipe it's being run by default.
7
# Faster checks need to be executed first for better UX. For example
8
-
9
# codespell is very fast. cargo fmt does not need to download crates etc.
+
10
+# Perform all checks
11
check: spelling formatting docs lints dependencies tests
12
13
# Checks common spelling mistakes
0 commit comments