.woodpecker/check.yml aktualisiert
This commit is contained in:
parent
ad108b8939
commit
72aeb9e6aa
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
steps:
|
||||
- name: check-format
|
||||
image: golang:alpine
|
||||
environment:
|
||||
- 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