Compare commits
1 Commits
b740a4e483
...
0ea3f3a118
Author | SHA1 | Date | |
---|---|---|---|
0ea3f3a118 |
1
.github/workflows/shellcheck-check.yaml
vendored
1
.github/workflows/shellcheck-check.yaml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: ShellCheck check
|
- name: ShellCheck check
|
||||||
|
# https://www.shellcheck.net/wiki/Recursiveness
|
||||||
run: |
|
run: |
|
||||||
if find . -type f -name "*.sh" -print0 | grep -qz .; then
|
if find . -type f -name "*.sh" -print0 | grep -qz .; then
|
||||||
find . -type f -name "*.sh" -print0 | xargs -0 shellcheck
|
find . -type f -name "*.sh" -print0 | xargs -0 shellcheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user