Skip to content

Commit e522e6b

Browse files
authored
run shellcheck in local test script (exercism#2038)
`bin/` is the only directory where we have shell scripts. This will fail if shellcheck is not installed, but even the Ubuntu repos have it, so nobody should have trouble installing it.
1 parent 6c526b6 commit e522e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ uuid:
1717
test:
1818
just configlet lint
1919
./bin/lint_markdown.sh
20-
# TODO shellcheck
20+
shellcheck bin/*.sh
2121
./bin/check_exercises.sh
2222
CLIPPY=true ./bin/check_exercises.sh
2323
cd rust-tooling && cargo test

0 commit comments

Comments
 (0)