kiss/.woodpecker.yml

10 lines
154 B
YAML

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