fix pipeline: attempt 4
This commit is contained in:
parent
5ab546bdd7
commit
ae4e2e6b65
@ -8,11 +8,11 @@ image: golang:1.15
|
|||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
- parallel:
|
- parallel:
|
||||||
- step:
|
- step:
|
||||||
name: Lint code
|
name: Lint code
|
||||||
image: golangci/golangci-lint:v1.31.0
|
image: golangci/golangci-lint:v1.31.0
|
||||||
script:
|
script:
|
||||||
- golangci-lint run -v
|
- golangci-lint run -v
|
||||||
- step:
|
- step:
|
||||||
name: Test and Build
|
name: Test and Build
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user