Skip to content

Commit 93d543f

Browse files
authored
Merge pull request #42 from PeterAdams-A/shellWithNoFiles
Shell Check should succeed if you have no shell.
2 parents 1e86dd8 + f6bfab9 commit 93d543f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soundness.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Run shellcheck
189189
run: |
190190
apt-get -qq update && apt-get -qq -y install shellcheck
191-
git ls-files -z '*.sh' | xargs -0 shellcheck
191+
git ls-files -z '*.sh' | xargs -0 --no-run-if-empty shellcheck
192192
193193
yaml-lint-check:
194194
name: YAML lint check

0 commit comments

Comments
 (0)