todo/.woodpecker/build.yaml
Michael Thomson 854bf09a89
Some checks failed
ci/woodpecker/push/build Pipeline failed
woodpecker ninit
2025-02-11 16:03:13 -05:00

11 lines
129 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: golang
commands:
- go get
- make build