Mise à jour de 'shellcheck.yml'
This commit is contained in:
parent
ed2ca91da6
commit
409fde450a
@ -9,6 +9,6 @@ jobs:
|
|||||||
- name: Set up shellcheck
|
- name: Set up shellcheck
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y shellcheck
|
apt install -y shellcheck
|
||||||
- name: Analysing the code with shellcheck
|
- name: Analysing the code with shellcheck
|
||||||
run: find . -name '*.sh' -exec shellcheck {} \;
|
run: shellcheck -S warning *.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user