ci: enable CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
LordMZTE 2023-08-07 19:39:36 +02:00
parent 91e5c5619c
commit 2cbd45a1d9
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

7
.woodpecker.yml Normal file
View file

@ -0,0 +1,7 @@
steps:
build:
image: git.mzte.de/lordmzte/zig-build
commands:
- zig fmt --check .
- zig build test