feat: switched to koalaman/shellcheck-pipline for woodpecker
This commit is contained in:
parent
250536d8a2
commit
a5a61dc6e8
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue