Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Catch all shell scripts
Fintan Halpenny committed 23 days ago
commit b39095e8a2cb89a4c1f59d0cf771f1a2c8b9e9a5
parent 7576fd9d17c5170de2a5918b40d8f29f22f103f6
1 file changed +1 -1
modified justfile
@@ -74,7 +74,7 @@ check-spelling: (verify-tool "codespell")
[parallel]
check-scripts: (verify-tool "shellcheck")
    @echo "{{CHECK}}Checking shell scripts...{{NORMAL}}"
-
    @shellcheck scripts/*.sh
+
    @shellcheck **/*.sh

# Run checks for forbidden keywords
[group('pre-commit')]