Update shellcheck.yml

This commit is contained in:
d3vyce 2023-03-20 23:17:29 +01:00 committed by GitHub
parent 8be28b839c
commit 091bcf7b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,4 +11,4 @@ jobs:
apt update
apt install -y shellcheck
- name: Analysing the code with shellcheck
run: find . -name '*.sh' -exec shellcheck {} \;
run: find . -name '*.sh' -exec shellcheck {} + || err=1