1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-12-22 07:00:13 -07:00
kiss/.woodpecker.yml
2024-10-25 00:33:49 +01:00

11 lines
188 B
YAML

steps:
build:
image: alpine
when:
branch: [ master ]
event: [push, pull_request]
commands: |
apk add --no-cache shellcheck
shellcheck kiss contrib/*