Skip to content

Commit 4230b41

Browse files
committed
ci: run shellcheck on all scripts
1 parent eddb526 commit 4230b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/style.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rustfmt -V
1111
cargo fmt --all -- --check
1212

1313
if shellcheck --version ; then
14-
shellcheck ci/*.sh
14+
find . -name '*.sh' -exec shellcheck {} ';'
1515
else
1616
echo "shellcheck not found"
1717
exit 1

0 commit comments

Comments
 (0)