ci: add woodpecker pipelines for Go
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was canceled

This commit is contained in:
2026-06-07 19:21:01 +10:00
parent 14ac65e0a9
commit 21d286c62a
4 changed files with 56 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
when:
- event: pull_request
steps:
- name: pre-commit
image: golang:1.25-alpine
commands:
- test -z "$(gofmt -l .)"
- go vet ./...