We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddb526 commit 4230b41Copy full SHA for 4230b41
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