bb/.woodpecker.yml
Ryan Cavicchioni cb9d8e194f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add .woodpecker.yml
2022-09-06 10:18:33 -05:00

11 lines
163 B
YAML

---
pipeline:
lint:
image: golangci/golangci-lint
commands:
- golangci-lint run
build:
image: golang
commands:
- go build ./cmd/bb