chore: add ci

This commit is contained in:
kekskurse 2025-03-12 15:30:44 +01:00
parent df447a537f
commit 5fc45f1bf8

9
.woodpecker/test.yaml Normal file
View file

@ -0,0 +1,9 @@
when:
- event: push
branch: main
steps:
- name: go-tests
image: golang:1.24
commands:
- go test ./...