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