fix pipeline: attempt 4

This commit is contained in:
Greg Gauthier 2021-03-12 10:13:12 +00:00
parent 5ab546bdd7
commit ae4e2e6b65
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@ image: golang:1.15
pipelines:
default:
- parallel:
- step:
name: Lint code
image: golangci/golangci-lint:v1.31.0
script:
- golangci-lint run -v
- step:
name: Lint code
image: golangci/golangci-lint:v1.31.0
script:
- golangci-lint run -v
- step:
name: Test and Build
script: