This commit is contained in:
		| @@ -4,12 +4,12 @@ name: default | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
|   - name: lint |   - name: lint | ||||||
|     image: golang:latest |     image: golang | ||||||
|     volumes: |     volumes: | ||||||
|       - name: deps |       - name: deps | ||||||
|         path: /go |         path: /go | ||||||
|     commands: |     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 |       - golangci-lint run | ||||||
|  |  | ||||||
|   - name: test |   - name: test | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user