Skip to content

Commit

Permalink
ci: run shellcheck on all scripts
Browse files Browse the repository at this point in the history
(backport <rust-lang#4042>)
(cherry picked from commit 4230b41)
  • Loading branch information
tgross35 committed Nov 16, 2024
1 parent 1d98123 commit d9d5404
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 d9d5404

Please sign in to comment.