ci: add shellcheck

This commit is contained in:
Michael Grote 2023-11-03 19:32:18 +01:00
parent 5ee4473e77
commit 070e57fed7
1 changed files with 10 additions and 0 deletions

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