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 build ./cmd/rio
|
||||||
- go test $(go list ./... | grep -v /vendor/)
|
- go test $(go list ./... | grep -v /vendor/)
|
||||||
when:
|
when:
|
||||||
- path:
|
- path: "**/*.go"
|
||||||
include: [ "**/*.go" ]
|
|
||||||
lint:
|
lint:
|
||||||
image: "golang:1.21.5-alpine"
|
image: "golang:1.21.5-alpine"
|
||||||
commands:
|
commands:
|
||||||
- go fmt $(go list ./... | grep -v /vendor/)
|
- go fmt $(go list ./... | grep -v /vendor/)
|
||||||
- go vet $(go list ./... | grep -v /vendor/)
|
- go vet $(go list ./... | grep -v /vendor/)
|
||||||
when:
|
when:
|
||||||
- path:
|
- path: "**/*.go"
|
||||||
include: [ "**/*.go" ]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user