This commit is contained in:
parent
f3145d8c1d
commit
cb9d8e194f
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
pipeline:
|
||||
lint:
|
||||
image: golangci/golangci-lint
|
||||
commands:
|
||||
- golangci-lint run
|
||||
build:
|
||||
image: golang
|
||||
commands:
|
||||
- go build ./cmd/bb
|
Loading…
Reference in New Issue
Block a user