2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00
repo/.woodpecker.yml
2024-10-25 00:32:34 +01:00

11 lines
274 B
YAML

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