2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/.woodpecker.yml
2022-09-27 18:46:47 +05:30

10 lines
243 B
YAML

pipeline:
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