ci: woodpecker initial
This commit is contained in:
parent
d95b678a43
commit
6a4e30c1ac
|
@ -0,0 +1,9 @@
|
||||||
|
pipeline:
|
||||||
|
install:
|
||||||
|
image: alpine:3.16
|
||||||
|
commands:
|
||||||
|
- pkg add just lua5.4 luarocks
|
||||||
|
- just install
|
||||||
|
check:
|
||||||
|
commands:
|
||||||
|
- just check
|
Loading…
Reference in New Issue