config/.woodpecker/lint.yml

21 lines
289 B
YAML
Raw Permalink Normal View History

2024-02-14 14:08:26 +01:00
when:
event:
- push
- manual
- cron
2024-02-14 14:08:26 +01:00
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