Merge pull request 'Activate the `lint-pipeline` step (#22)' (#82) from feat/#22 into master
ci/woodpecker/push/docker-build Pipeline was successful Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details

Reviewed-on: #82
This commit is contained in:
Aire-One 2023-05-01 16:41:31 +02:00
commit 0339f0eb53
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