Compare commits
1 Commits
definition
...
4b820d5424
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b820d5424 |
@@ -154,12 +154,12 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- cd definition
|
- cd provider/definition
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
image: golangci/golangci-lint:v1.55
|
image: golangci/golangci-lint:v1.55
|
||||||
commands:
|
commands:
|
||||||
- cd definition
|
- cd provider/definition
|
||||||
- golangci-lint run
|
- golangci-lint run
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user