This commit is contained in:
parent
4c89369306
commit
ae600c44b6
3 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,11 @@
|
|||
steps:
|
||||
- name: go-lint
|
||||
image: golangci/golangci-lint
|
||||
commands:
|
||||
- golangci-lint run
|
||||
when:
|
||||
event: ["push", "pull_request", "manual"]
|
||||
|
||||
- name: docker-deploy-push
|
||||
depends_on:
|
||||
- go-lint
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
steps:
|
||||
go-lint:
|
||||
image: golangci/golangci-lint
|
||||
commands:
|
||||
- golangci-lint run
|
||||
when:
|
||||
event: ["push", "pull_request", "manual"]
|
1
.woodpecker/go-lint.yamldisabled
Normal file
1
.woodpecker/go-lint.yamldisabled
Normal file
|
@ -0,0 +1 @@
|
|||
steps:
|
Loading…
Reference in a new issue