todo/.woodpecker/build.yaml
Michael Thomson 6c2e70d09c
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline failed
linting and formatting
2025-02-13 14:01:26 -05:00

11 lines
151 B
YAML

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