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

@ -9,6 +9,6 @@ jobs:
- name: Set up shellcheck
run: |
apt update
apt install -y shellcheck
apt install -y shellcheck
- name: Analysing the code with shellcheck
run: find . -name '*.sh' -exec shellcheck {} \;
run: shellcheck -S warning *.sh