ci: set up
ci/woodpecker/push/horsebot Pipeline was successful

This commit is contained in:
2026-06-17 10:50:04 -04:00
parent 2b69211a6c
commit 7d395b2cc7
2 changed files with 27 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
when:
- event: push
branch: main
- event: pull_request
steps:
- name: test
image: golang:1.26-alpine
commands:
- go vet ./...
- go test ./...