ci(lint): activate the `lint-pipeline` step
ci/woodpecker/pr/docker-build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/test Pipeline failed Details
ci/woodpecker/pr/build Pipeline was successful Details

This commit is contained in:
Aire-One 2023-05-01 16:35:22 +02:00
parent 317ce5c7b0
commit 651962d78c
1 changed files with 8 additions and 8 deletions

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: gitea.aireone.xyz/aire-one/awesomewm.d.tl/luacheck_just:latest