add woodpecker pipeline
This commit is contained in:
parent
64a96bc8e2
commit
316e5de757
6 changed files with 122 additions and 124 deletions
7
.woodpecker/.lint.yaml
Normal file
7
.woodpecker/.lint.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
steps:
|
||||
- name: golangci-linter
|
||||
image: golangci/golangci-lint:v1.59.1
|
||||
commands:
|
||||
- golangci-lint run ./...
|
||||
when:
|
||||
- event: push
|
Loading…
Add table
Add a link
Reference in a new issue