Skip to content

Merge pull request #72 (chores) #3

Merge pull request #72 (chores)

Merge pull request #72 (chores) #3

Workflow file for this run

name: renovate-config-validator
on:
push:
paths:
- 'renovate.json'
pull_request:
paths:
- 'renovate.json'
jobs:
renovate-config-validator:
runs-on: ubuntu-latest
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Run renovate-config-validator
run: npx --yes --package renovate -- renovate-config-validator --strict