Update shellcheck.yml
All checks were successful
shellcheck

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

View File

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