CB ci test

This commit is contained in:
2025-10-28 21:33:46 +01:00
parent 7a12e8e8b0
commit 9b6f062c65

9
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,9 @@
steps:
build:
when:
event: [push]
image: golang
commands:
- go get
- go build
- go test