kiss/.woodpecker.yml

10 lines
154 B
YAML
Raw Permalink Normal View History

2023-08-12 11:30:33 +00:00
steps:
2023-08-04 12:30:56 +00:00
build:
image: alpine
when:
branch: [ master ]
commands: |
apk add --no-cache shellcheck
shellcheck kiss contrib/*