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 8 additions and 8 deletions
Showing only changes of commit f5c63fd4f8 - Show all commits

View File

@ -9,14 +9,14 @@ variables:
- "**/*.tl"
pipeline:
lint-pipeline:
image: woodpeckerci/woodpecker-cli:next-alpine
group: lint
commands:
- woodpecker-cli lint .woodpecker/*.yml
when:
path:
- ".woodpecker/**"
# lint-pipeline:
# image: woodpeckerci/woodpecker-cli:next-alpine
# group: lint
# commands:
# - woodpecker-cli lint .woodpecker/*.yml
# when:
# path:
# - ".woodpecker/**"
lint-lua:
image: ghcr.io/lunarmodules/luacheck:v0.26.1