Compare commits

..

No commits in common. "a3ebf712f997347c905f452bac1395931a8afcee" and "9ce77897d874509e1f5bfca772802be874d5be22" have entirely different histories.

View File

@ -25,10 +25,4 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: ShellCheck check - name: ShellCheck check
# https://www.shellcheck.net/wiki/Recursiveness # https://www.shellcheck.net/wiki/Recursiveness
run: | run: find . -type f -name "*.sh" -print0 | xargs -0 shellcheck
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