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

11 lines
274 B
YAML
Raw Normal View History

2023-08-12 05:27:21 -06:00
steps:
2022-09-26 09:23:30 -06:00
build:
image: alpine
when:
branch: [ master ]
2024-10-24 17:32:34 -06:00
event: [push, pull_request]
2022-09-26 09:23:30 -06:00
commands: |
apk add --no-cache shellcheck
find ./* -type f -name build -o -name post-\* -o -name pre-\* | sed 's/[^[:alnum:]]/\\\\&/g' | xargs shellcheck