ci: shellcheck: set tag to v0.10.0
This commit is contained in:
parent
3219c617ec
commit
82bcce1958
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ steps:
|
||||||
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
image: "koalaman/shellcheck-alpine:latest"
|
image: "koalaman/shellcheck-alpine:v0.10.0"
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do
|
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do
|
||||||
|
|
Loading…
Reference in a new issue