ci: enable shellcheck

This commit is contained in:
Michael Grote 2023-11-09 09:22:41 +01:00
parent b84b0ad86c
commit 6daa5ebb9f
1 changed files with 8 additions and 8 deletions

View File

@ -21,11 +21,11 @@ steps:
exclude:
- tag
#shellcheck:
# image: koalaman/shellcheck-alpine:stable
# commands:
# - "find . -name *.sh -exec shellcheck {} +"
# when:
# event:
# exclude:
# - tag
shellcheck:
image: koalaman/shellcheck-alpine:stable
commands:
- "find . -name *.sh -exec shellcheck {} +"
when:
event:
exclude:
- tag