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 - tag
- name: shellcheck - name: shellcheck
image: koalaman/shellcheck image: koalaman/shellcheck-alpine:stable
commands: commands:
- shellcheck app.sh - "find . -name *.sh -exec shellcheck {} +"
when: when:
event: event:
exclude: exclude: