ci: woodpecker initial

This commit is contained in:
Aire-One 2022-08-09 23:32:30 +02:00
parent d95b678a43
commit 6a4e30c1ac
1 changed files with 9 additions and 0 deletions

9
.woodpecker.yml Normal file
View File

@ -0,0 +1,9 @@
pipeline:
install:
image: alpine:3.16
commands:
- pkg add just lua5.4 luarocks
- just install
check:
commands:
- just check