Compare commits

..

1 Commits

Author SHA1 Message Date
0ea3f3a118
ci: handle no shell files in the Shellcheck check 2025-01-03 13:49:09 +01:00

@ -24,6 +24,7 @@ jobs:
with:
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