ci: syntax
This commit is contained in:
parent
60e76e6cd0
commit
34978f6e59
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ steps:
|
|||
- tag
|
||||
|
||||
shellcheck:
|
||||
image: "registry.mgrote.net/allzweckcontainer:latest" # sonst triggert ein Renovate-Lauf den Neubau, da komt ein neuer Tag, der Renovate triggert... usw. commands:
|
||||
image: "registry.mgrote.net/allzweckcontainer:latest" # sonst triggert ein Renovate-Lauf den Neubau, da komt ein neuer Tag, der Renovate triggert... usw.
|
||||
commands:
|
||||
- |
|
||||
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do
|
||||
if echo "$line" | grep -q "shell script"; then
|
||||
|
|
Loading…
Reference in a new issue