ci: shellcheck -x

This commit is contained in:
Michael Grote 2023-11-09 09:06:21 +01:00
parent d3755a20fd
commit c01a58c9b3
1 changed files with 1 additions and 1 deletions

View File

@ -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: