woodpecker ninit
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Michael Thomson 2025-02-11 16:02:45 -05:00
parent 649406dffa
commit 854bf09a89

10
.woodpecker/build.yaml Normal file
View File

@ -0,0 +1,10 @@
when:
- event: push
branch: main
steps:
- name: build
image: golang
commands:
- go get
- make build