Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
just: Expand shellcheck glob to all shell scripts
Fintan Halpenny committed 21 days ago
commit c9834ed3be16169c8eaca51ad2c77e5f01445913
parent d0fb8130417e76e8241d67c31dc9a0a6b4cc7ac8
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')]