Skip to content

fix(renovate): Handle codenarc groovy versioning (#5) #15

fix(renovate): Handle codenarc groovy versioning (#5)

fix(renovate): Handle codenarc groovy versioning (#5) #15

name: "Validate Renovate Configuration"
on:
push:
paths:
- "renovate-config.json"
pull_request:
paths:
- "renovate-config.json"
jobs:
validate:
# Only run on PRs if the source branch is on someone else's repo
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
with:
config_file_path: renovate-config.json