ci(lint): add renovate validator
ci/woodpecker/pr/lint Pipeline was successful
Details
ci/woodpecker/pr/lint Pipeline was successful
Details
This commit is contained in:
parent
975a1e22c5
commit
66754cc7b5
|
@ -24,3 +24,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- /usr/local/bin/cspell-cli lint .
|
- /usr/local/bin/cspell-cli lint .
|
||||||
depends_on: []
|
depends_on: []
|
||||||
|
|
||||||
|
renovate:
|
||||||
|
image: renovate/renovate:38.63.0
|
||||||
|
commands:
|
||||||
|
- renovate-config-validator --strict
|
||||||
|
when:
|
||||||
|
path: renovate.json
|
||||||
|
depends_on: []
|
||||||
|
|
Loading…
Reference in New Issue