Skip to content

Update GitHub Actions (major) #16

Update GitHub Actions (major)

Update GitHub Actions (major) #16

Workflow file for this run

name: Renovate Config Linting
on:
pull_request:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/github-action-renovate-config-validator@v2.0.0
with:
config_file_path: 'renovate.json'