[CI] Fixed https://woodpecker-ci.org/docs/usage/environment
Some checks failed
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/10-build-latest Pipeline failed

This commit is contained in:
Phil 2025-04-05 20:10:33 +02:00
parent 1e7fc23202
commit d5e006d914
Signed by: Phil
GPG key ID: 350C8B7C4EF5DED4

View file

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