ci: add shellcheck

This commit is contained in:
Michael Grote 2023-11-03 19:31:52 +01:00
parent c3d9d911df
commit 08f853cd2d

View file

@ -11,6 +11,7 @@ steps:
event:
exclude:
- tag
hadolint:
image: hadolint/hadolint:latest-debian
commands:
@ -19,3 +20,12 @@ steps:
event:
exclude:
- tag
shellcheck:
image: koalaman/shellcheck-alpine:stable
commands:
- "find . -name *.sh -exec shellcheck {} +"
when:
event:
exclude:
- tag