Compare commits
2 Commits
5586adc4e3
...
definition
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cd208b6e8 | |||
| a02b701a11 |
@@ -154,12 +154,12 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- cd provider/definition
|
- cd 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 provider/definition
|
- cd definition
|
||||||
- golangci-lint run
|
- golangci-lint run
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user