parent
b1b77fd81f
commit
bce433761f
|
@ -27,12 +27,16 @@ steps:
|
|||
GOPROXY: https://goproxy.cn
|
||||
commands:
|
||||
- make vet
|
||||
depends_on:
|
||||
- build
|
||||
|
||||
- name: lint
|
||||
pull: always
|
||||
image: golangci/golangci-lint:v1.32
|
||||
commands:
|
||||
- golangci-lint --timeout 5m run
|
||||
depends_on:
|
||||
- build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
|
Loading…
Reference in New Issue