2024-04-18 16:09:34 +02:00
|
|
|
name: renovate config check
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
renovate-config-validator:
|
|
|
|
runs-on: ubuntu-latest
|
2024-08-21 15:03:17 +02:00
|
|
|
container: ghcr.io/renovatebot/renovate:38.46.1
|
2024-04-18 16:09:34 +02:00
|
|
|
steps:
|
|
|
|
- name: Checkout sources
|
|
|
|
uses: https://gitea.com/actions/checkout@v4
|
|
|
|
- name: Config check
|
|
|
|
run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS
|