Skip to content

Merge branch 'master' of github.com:yanorei32/eew-resources #22

Merge branch 'master' of github.com:yanorei32/eew-resources

Merge branch 'master' of github.com:yanorei32/eew-resources #22

name: validate renovate
on:
pull_request:
paths:
- 'renovate.json'
- '.github/workflows/validate-renovate.yml'
push:
branches:
- master
jobs:
validate-renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@v4
- name: install
run: |
npm install -g renovate
- name: validate
run: |
renovate-config-validator