This commit is contained in:
parent
1e7fc23202
commit
d5e006d914
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ steps:
|
|||
- name: check-format
|
||||
image: golang
|
||||
environment:
|
||||
- CGO_ENABLED=1
|
||||
CGO_ENABLED: 1
|
||||
commands:
|
||||
- go fmt $(go list ./... | grep -v /vendor/)
|
||||
- go vet $(go list ./... | grep -v /vendor/)
|
||||
|
|
Loading…
Add table
Reference in a new issue