This commit is contained in:
parent
45c0f36bf4
commit
e33a212f96
@ -6,8 +6,8 @@ steps:
|
||||
- name: shellcheck
|
||||
image: ubuntu:18.04
|
||||
commands:
|
||||
- apt update && apt upgrade -y && apt install -y shellcheck
|
||||
- for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done;
|
||||
- apt update && apt install -y shellcheck
|
||||
- shellcheck --format=gcc rdp.sh
|
||||
- shellcheck --format=gcc woolsey
|
||||
- shellcheck --format=gcc remoteapp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user