.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
1 changed files with 9 additions and 0 deletions

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/*