1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

.woodpecker.yml: add Codeberg CI

This commit is contained in:
phoebos 2023-08-04 13:30:56 +01:00
parent 584b905d17
commit 9f88746487
No known key found for this signature in database

9
.woodpecker.yml Normal file
View File

@ -0,0 +1,9 @@
pipeline:
build:
image: alpine
when:
branch: [ master ]
commands: |
apk add --no-cache shellcheck
shellcheck kiss contrib/*