mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-04-03 13:53:22 +02:00
parent
091bcf7b51
commit
aeb42af018
@ -11,4 +11,4 @@ jobs:
|
||||
apt update
|
||||
apt install -y shellcheck
|
||||
- name: Analysing the code with shellcheck
|
||||
run: find . -name '*.sh' -exec shellcheck {} + || err=1
|
||||
run: find . -name '*.sh' -exec shellcheck -S warning {} + || err=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user