Skip to content

remove and replace deprecated prTitle #126

remove and replace deprecated prTitle

remove and replace deprecated prTitle #126

name: Validate Renovate Bot Config
on:
push:
branches: ["main"]
paths:
- '**.json5'
pull_request:
branches: ["main"]
paths:
- '**.json5'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check json syntax
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json5$"
- name: Validate
uses: rinchsan/[email protected]
with:
pattern: 'renovate.json5' # Regular expression for filename to validate, default to *.json