We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9857092 commit 2503eedCopy full SHA for 2503eed
Justfile
@@ -10,7 +10,7 @@ red := '\033[0;31m'
10
reset := '\033[0m'
11
12
# Checks if all requirements to work on this project are installed
13
-check-requiements:
+check-requirements:
14
@command -v cargo &>/dev/null && echo -e "{{ green }}✓{{ reset}} cargo installed" || echo -e "{{ red }}✖{{ reset }} cargo missing"
15
16
# Runs the same linters as the pipeline with fix option
0 commit comments