bb/.woodpecker.yml
Ryan Cavicchioni 4068a4ff06
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Comment out lint step in Woodpecker CI
2022-09-06 10:32:57 -05:00

11 lines
167 B
YAML

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