Compare commits
No commits in common. "a3ebf712f997347c905f452bac1395931a8afcee" and "9ce77897d874509e1f5bfca772802be874d5be22" have entirely different histories.
a3ebf712f9
...
9ce77897d8
8
.github/workflows/shellcheck-check.yaml
vendored
8
.github/workflows/shellcheck-check.yaml
vendored
@ -25,10 +25,4 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: ShellCheck check
|
||||
# https://www.shellcheck.net/wiki/Recursiveness
|
||||
run: |
|
||||
if find . -type f -name "*.sh" -print0 | grep -qz .; then
|
||||
find . -type f -name "*.sh" -print0 | xargs -0 shellcheck
|
||||
exit 0
|
||||
else
|
||||
echo "No shell scripts found. Skipping ShellCheck."
|
||||
fi
|
||||
run: find . -type f -name "*.sh" -print0 | xargs -0 shellcheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user