Skip to content

Update GitHub Actions #80

Update GitHub Actions

Update GitHub Actions #80

Workflow file for this run

name: Lint Renovate configuration
on:
pull_request:
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
with:
config_file_path: 'renovate.json'