Skip to content

Renovate-Check

Renovate-Check #150

Workflow file for this run

name: Renovate-Check
on:
merge_group:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version-file: 'package.json'
cache: 'npm'
- name: Install renovate
run: npm install -g renovate
- name: Run Renovate Validator
run: renovate-config-validator