config/.woodpecker/lint.yml

21 lines
289 B
YAML

when:
event:
- push
- manual
- cron
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