kiss/.woodpecker.yml
2023-08-04 13:30:56 +01:00

10 lines
157 B
YAML

pipeline:
build:
image: alpine
when:
branch: [ master ]
commands: |
apk add --no-cache shellcheck
shellcheck kiss contrib/*