fix: Try to fix 'when' again
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f802efb6bd
commit
6028d3fe76
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user