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