repo/.woodpecker.yml

10 lines
240 B
YAML

steps:
build:
image: alpine
when:
branch: [ master ]
commands: |
apk add --no-cache shellcheck
find ./* -type f -name build -o -name post-\* -o -name pre-\* | sed 's/[^[:alnum:]]/\\\\&/g' | xargs shellcheck