bb/.woodpecker.yml
Ryan Cavicchioni 3efa3fb5a2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Re-enable lint step
2022-09-06 10:46:51 -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