ci: shellcheck -x

This commit is contained in:
Michael Grote 2023-11-09 09:06:21 +01:00
parent d3755a20fd
commit c01a58c9b3

View file

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