fix shellcheck

This commit is contained in:
Michael Grote 2023-08-02 18:55:12 +02:00
parent 9d1067ed8c
commit 17806b6333

View file

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