ci: enable shellcheck

This commit is contained in:
Michael Grote 2023-11-09 09:20:42 +01:00
parent 15eec18863
commit c9cd4a913d

View file

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