Update shellcheck.yml
Some checks failed
shellcheck

This commit is contained in:
d3vyce 2023-03-20 23:35:45 +01:00 committed by GitHub
parent aeb42af018
commit 1de4981d54
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 -S warning {} + || err=1
run: shellcheck -S warning *.sh