We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9245651 commit ccc8db3Copy full SHA for ccc8db3
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: npm run lint
19
- run: npm run docs:diff
20
- name: Run Shellcheck
21
- run: find . -name '*.sh' -print0 | xargs -0 shellcheck -x
+ run: find . -type f -name "*.sh" -exec shellcheck {} +
22
23
test:
24
runs-on: ubuntu-latest
0 commit comments