This commit is contained in:
parent
ebdd56013d
commit
f9d3f0dd5b
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
@ -0,0 +1,10 @@
|
||||
steps:
|
||||
build:
|
||||
image: "golang:1.21.5-alpine"
|
||||
commands:
|
||||
- go build ./cmd/rio
|
||||
lint:
|
||||
image: "golang:1.21.5-alpine"
|
||||
commands:
|
||||
- go fmt $(go list ./... | grep -v /vendor/)
|
||||
- go vet $(go list ./... | grep -v /vendor/)
|
Loading…
Reference in New Issue
Block a user