Mise à jour de 'shellcheck.yml'

This commit is contained in:
d3vyce 2023-03-25 22:28:56 +01:00
parent cae9acbc79
commit bb6c3451e8

View File

@ -11,4 +11,4 @@ jobs:
apt update
apt install -y shellcheck
- name: Analysing the code with shellcheck
run: shellcheck -S warning *.sh
run: find . -type f -name "*.sh" | xargs shellcheck -S warning