mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-04-02 21:33:22 +02:00
parent
0faa27c1d8
commit
d61d3c9deb
@ -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: shellcheck -S warning *.sh
|
run: find . -type f -name "*.sh" | xargs shellcheck -S warning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user