ci(lint): fix the lint-pipeline step
This commit is contained in:
parent
7a8dca2e4f
commit
d3b373cfaf
|
@ -1,5 +1,4 @@
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.18'
|
|
||||||
- &when_path_lua
|
- &when_path_lua
|
||||||
- ".woodpecker/lint.yml"
|
- ".woodpecker/lint.yml"
|
||||||
- "justfile"
|
- "justfile"
|
||||||
|
@ -11,9 +10,10 @@ variables:
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
lint-pipeline:
|
lint-pipeline:
|
||||||
image: *golang_image
|
image: woodpeckerci/woodpecker-cli:v0.15.5
|
||||||
|
group: lint
|
||||||
commands:
|
commands:
|
||||||
- go run github.com/woodpecker-ci/woodpecker/cmd/cli lint
|
- woodpecker-cli lint
|
||||||
when:
|
when:
|
||||||
path:
|
path:
|
||||||
- ".woodpecker/**"
|
- ".woodpecker/**"
|
||||||
|
|
Loading…
Reference in New Issue