🎉 initial setup
All checks were successful
ci/woodpecker/push/lint/1 Pipeline was successful
ci/woodpecker/push/lint/3 Pipeline was successful
ci/woodpecker/push/lint/2 Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/manual/lint/2 Pipeline was successful
ci/woodpecker/manual/lint/3 Pipeline was successful
ci/woodpecker/manual/lint/1 Pipeline was successful
ci/woodpecker/manual/renovate Pipeline was successful

This commit is contained in:
2024-02-14 14:08:26 +01:00
parent dadac13c5f
commit 0e94cfaefb
8 changed files with 100 additions and 16 deletions

19
.woodpecker/lint.yml Normal file
View File

@ -0,0 +1,19 @@
when:
event:
- push
- manual
matrix:
RENOVATE_CONFIG_FILE:
- config.js
- default.json
- renovate.json
steps:
lint:
image: renovate/renovate:37
pull: true
commands:
- renovate-config-validator
environment:
LOG_LEVEL: debug