ci(lint): add renovate validator
ci/woodpecker/pr/lint Pipeline was successful Details

This commit is contained in:
Aire-One 2024-09-07 04:01:03 +02:00
parent 975a1e22c5
commit 66754cc7b5
1 changed files with 8 additions and 0 deletions

View File

@ -24,3 +24,11 @@ steps:
commands:
- /usr/local/bin/cspell-cli lint .
depends_on: []
renovate:
image: renovate/renovate:38.63.0
commands:
- renovate-config-validator --strict
when:
path: renovate.json
depends_on: []