Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Merge pull request #262 from GiganticMinecraft/fix/ci #19

Merge pull request #262 from GiganticMinecraft/fix/ci

Merge pull request #262 from GiganticMinecraft/fix/ci #19

name: Validate renovate's config
on:
push:
paths:
- 'renovate.json'
- '.github/workflows/validate-renovate.yml'
jobs:
validate-renovate-config:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install renovate
run: npm install -g renovate
- name: Check renovate's config
run: renovate-config-validator