just: Expand shellcheck glob to all shell scripts

This commit is contained in:
Fintan Halpenny 2026-04-15 10:19:52 +01:00
parent 983e5e19d9
commit a74befd2a7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ check-spelling: (verify-tool "codespell")
[parallel] [parallel]
check-scripts: (verify-tool "shellcheck") check-scripts: (verify-tool "shellcheck")
@echo "{{CHECK}}Checking shell scripts...{{NORMAL}}" @echo "{{CHECK}}Checking shell scripts...{{NORMAL}}"
@shellcheck scripts/*.sh @shellcheck **/*.sh
# Run checks for forbidden keywords # Run checks for forbidden keywords
[group('pre-commit')] [group('pre-commit')]