repo/.woodpecker.yml

10 lines
240 B
YAML
Raw Normal View History

2023-08-12 11:27:21 +00:00
steps:
2022-09-26 15:23:30 +00:00
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