feat: switched to koalaman/shellcheck-pipline for woodpecker

This commit is contained in:
Tobias Schmidl 2023-11-13 14:29:41 +01:00
parent 250536d8a2
commit a5a61dc6e8

View file

@ -14,7 +14,8 @@ steps:
group: lint group: lint
shellcheck: shellcheck:
image: koalaman/shellcheck-alpine image: registry.gitlab.com/pipeline-components/shellcheck
group: lint
commands: commands:
- find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -n1 shellcheck - find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -n1 shellcheck -e SC2015
... ...