chore(ci): disable woodpecker lint
The woodpecker-cli version used has moved, and the current woodpecker server installed is too old to have configuration that passes the newer lint rules. We'll need to first update the woodpecker server, then port the config, and finally enable back this lint step.
This commit is contained in:
parent
85702797fe
commit
6ee57456b9
|
@ -9,14 +9,14 @@ variables:
|
|||
- "**/*.tl"
|
||||
|
||||
pipeline:
|
||||
lint-pipeline:
|
||||
image: woodpeckerci/woodpecker-cli:v0.15.11-alpine
|
||||
group: lint
|
||||
commands:
|
||||
- woodpecker-cli lint .woodpecker/*.yml
|
||||
when:
|
||||
path:
|
||||
- ".woodpecker/**"
|
||||
# lint-pipeline:
|
||||
# image: woodpeckerci/woodpecker-cli:v0.15.11-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
|
||||
|
|
Loading…
Reference in New Issue