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:
|
||||
image: koalaman/shellcheck-alpine:stable
|
||||
commands:
|
||||
- "find . -name *.sh -exec shellcheck {} +"
|
||||
- "find . -name *.sh -exec shellcheck -x {} +"
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
|
|
Loading…
Reference in a new issue