fix pipeline: attempt 4
This commit is contained in:
parent
5ab546bdd7
commit
ae4e2e6b65
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user