ci: enable shellcheck
This commit is contained in:
parent
fda096686d
commit
21278feb22
1 changed files with 8 additions and 8 deletions
|
@ -21,11 +21,11 @@ steps:
|
|||
exclude:
|
||||
- tag
|
||||
|
||||
#shellcheck:
|
||||
# image: koalaman/shellcheck-alpine:stable
|
||||
# commands:
|
||||
# - "find . -name *.sh -exec shellcheck {} +"
|
||||
# when:
|
||||
# event:
|
||||
# exclude:
|
||||
# - tag
|
||||
shellcheck:
|
||||
image: koalaman/shellcheck-alpine:stable
|
||||
commands:
|
||||
- "find . -name *.sh -exec shellcheck {} +"
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
|
|
Loading…
Reference in a new issue