Skip to content

Commit

Permalink
ci: run shellcheck on all scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 15, 2024
1 parent 9fff96d commit b4fc8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustfmt -V
cargo fmt --all -- --check

if shellcheck --version ; then
shellcheck ci/*.sh
find . -name '*.sh' -exec shellcheck {} ';'
else
echo "shellcheck not found"
exit 1
Expand Down

0 comments on commit b4fc8e4

Please sign in to comment.