mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-04-05 14:50:48 +02:00
parent
aeb42af018
commit
1de4981d54
@ -11,4 +11,4 @@ jobs:
|
|||||||
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 -S warning {} + || err=1
|
run: shellcheck -S warning *.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user