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