Skip to content

Commit ccc8db3

Browse files
author
codecriticsceo
committed
Switch to the version of the command in the shellcheck documentation.
Signed-off-by: codecriticsceo <codecriticsceo>
1 parent 9245651 commit ccc8db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm run lint
1919
- run: npm run docs:diff
2020
- name: Run Shellcheck
21-
run: find . -name '*.sh' -print0 | xargs -0 shellcheck -x
21+
run: find . -type f -name "*.sh" -exec shellcheck {} +
2222

2323
test:
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)