ci: shellcheck -x
This commit is contained in:
parent
d3755a20fd
commit
c01a58c9b3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ steps:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
image: koalaman/shellcheck-alpine:stable
|
image: koalaman/shellcheck-alpine:stable
|
||||||
commands:
|
commands:
|
||||||
- "find . -name *.sh -exec shellcheck {} +"
|
- "find . -name *.sh -exec shellcheck -x {} +"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in a new issue