This commit is contained in:
parent
9636c74fed
commit
aaf54b2e34
@ -16,9 +16,6 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y shellcheck
|
sudo apt install -y shellcheck
|
||||||
|
|
||||||
|
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
find . -name "*.sh" -exec shellcheck -e SC2001 -s warning {} \;
|
||||||
cd ..
|
|
||||||
shellcheck -e SC2001 -s warning .sh
|
|
||||||
|
Loading…
Reference in New Issue
Block a user