Improvements in the woodpecker pipeline (#20) #21

Merged
Aire-One merged 6 commits from feat/#20 into master 2022-10-23 19:17:20 +02:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit b0e7a7485a - Show all commits

View File

@ -1,5 +1,4 @@
variables:
- &golang_image 'golang:1.18'
- &when_path_lua
- ".woodpecker/lint.yml"
- "justfile"
@ -11,9 +10,12 @@ variables:
pipeline:
lint-pipeline:
image: *golang_image
image: woodpeckerci/woodpecker-cli:v0.15.5-alpine
group: lint
commands:
- go run github.com/woodpecker-ci/woodpecker/cmd/cli lint
- echo "before"
- woodpecker-cli lint
- echo "after"
when:
path:
- ".woodpecker/**"