Add .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ryan Cavicchioni 2022-09-06 10:18:33 -05:00
parent f3145d8c1d
commit cb9d8e194f
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
---
pipeline:
lint:
image: golangci/golangci-lint
commands:
- golangci-lint run
build:
image: golang
commands:
- go build ./cmd/bb