mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-07-01 09:28:20 +02:00
@ -11,4 +11,4 @@ jobs:
|
||||
apt update
|
||||
apt install -y shellcheck
|
||||
- name: Analysing the code with shellcheck
|
||||
run: find . -name '*.sh' -exec shellcheck {} \;
|
||||
run: find . -name '*.sh' -exec shellcheck {} + || err=1
|
||||
|
Reference in New Issue
Block a user