This commit is contained in:
parent
4076341fed
commit
9f807afe1c
@ -4,12 +4,12 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: golang:latest
|
||||
image: golang
|
||||
volumes:
|
||||
- name: deps
|
||||
path: /go
|
||||
commands:
|
||||
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
- golangci-lint run
|
||||
|
||||
- name: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user