We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d98123 commit d9d5404Copy full SHA for d9d5404
1 file changed
ci/style.sh
@@ -11,7 +11,7 @@ rustfmt -V
11
cargo fmt --all -- --check
12
13
if shellcheck --version ; then
14
- shellcheck ci/*.sh
+ find . -name '*.sh' -exec shellcheck {} ';'
15
else
16
echo "shellcheck not found"
17
exit 1
0 commit comments