diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 4d0040d..f627a7a 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -20,7 +20,7 @@ steps: shellcheck: image: registry.mgrote.net/allzweckcontainer - commands: | + commands: if find . -type f -not -path '/.git/' -exec file {} ; | grep -q "shell script"; then find . -type f -not -path '/.git/' -exec file {} ; | grep "shell script" | awk -F':' '{print $1}' | xargs -n1 shellcheck || echo "hallo" exit 1