Parallel compliance

Signed-off-by: jolheiser <john.olheiser@gmail.com>
pull/6/head
jolheiser 2020-11-22 22:34:47 -06:00
parent b1b77fd81f
commit bce433761f
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 4 additions and 0 deletions

View File

@ -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