todo/.woodpecker/build.yaml
Michael Thomson d0e6a65282
All checks were successful
ci/woodpecker/push/build Pipeline was successful
woodpecker go get fix
2025-02-11 16:12:28 -05:00

11 lines
135 B
YAML

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