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 1 additions and 3 deletions
Showing only changes of commit 58bfc09fcc - Show all commits

View File

@ -13,9 +13,7 @@ pipeline:
image: woodpeckerci/woodpecker-cli:v0.15.5-alpine image: woodpeckerci/woodpecker-cli:v0.15.5-alpine
group: lint group: lint
commands: commands:
- echo "before" - woodpecker-cli lint .woodpecker/*.yml
- woodpecker-cli lint
- echo "after"
when: when:
path: path:
- ".woodpecker/**" - ".woodpecker/**"