don't run golangci-lint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
02a126ee54
commit
52aedf636f
@ -6,5 +6,5 @@ steps:
|
|||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
|
#- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
|
||||||
- golangci-lint run
|
#- golangci-lint run
|
||||||
|
Loading…
Reference in New Issue
Block a user