4a42c183c5
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 38s
15 lines
363 B
YAML
15 lines
363 B
YAML
name: renovate config check
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
renovate-config-validator:
|
|
runs-on: ubuntu-latest
|
|
container: ghcr.io/renovatebot/renovate:38.11.1
|
|
steps:
|
|
- name: Checkout sources
|
|
uses: https://gitea.com/actions/checkout@v4
|
|
- name: Config check
|
|
run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS
|