Skip to content

chore(workflows): add editorconfig-checker #178

chore(workflows): add editorconfig-checker

chore(workflows): add editorconfig-checker #178

name: renovate-validation
on:
pull_request:
branches:
- main
paths:
- .github/workflows/renovate-validation.yml
- .github/renovate.json
push:
branches:
- main
paths:
- .github/workflows/renovate-validation.yml
- .github/renovate.json
permissions:
contents: read
jobs:
validate:
name: Renovate validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Validate
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
with:
config_file_path: .github/renovate.json