Mise à jour de 'shellcheck.yml'

This commit is contained in:
d3vyce 2023-03-20 23:36:39 +01:00
parent ed2ca91da6
commit 409fde450a

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 {} \;
run: shellcheck -S warning *.sh