fix shellcheck
This commit is contained in:
parent
9d1067ed8c
commit
17806b6333
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ steps:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
- name: shellcheck
|
- name: shellcheck
|
||||||
image: koalaman/shellcheck
|
image: koalaman/shellcheck-alpine:stable
|
||||||
commands:
|
commands:
|
||||||
- shellcheck app.sh
|
- "find . -name *.sh -exec shellcheck {} +"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in a new issue