fix: Try to fix 'when' again
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
PapaTutuWawa 2024-01-13 18:00:10 +01:00
parent f802efb6bd
commit 6028d3fe76

View File

@ -5,13 +5,11 @@ steps:
- go build ./cmd/rio
- go test $(go list ./... | grep -v /vendor/)
when:
- path:
include: [ "**/*.go" ]
- path: "**/*.go"
lint:
image: "golang:1.21.5-alpine"
commands:
- go fmt $(go list ./... | grep -v /vendor/)
- go vet $(go list ./... | grep -v /vendor/)
when:
- path:
include: [ "**/*.go" ]
- path: "**/*.go"