Skip to content

Commit 51eaf1e

Browse files
committed
Fix just check task description
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 4ff70f3 commit 51eaf1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ set dotenv-load := true
55

66
# Since this is a first recipe it's being run by default.
77
# Faster checks need to be executed first for better UX. For example
8-
98
# codespell is very fast. cargo fmt does not need to download crates etc.
9+
10+
# Perform all checks
1011
check: spelling formatting docs lints dependencies tests
1112

1213
# Checks common spelling mistakes

0 commit comments

Comments
 (0)