.woodpecker/check.yml aktualisiert

This commit is contained in:
Phil 2024-04-19 16:11:43 +02:00
parent ad108b8939
commit 72aeb9e6aa

View file

@ -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/)