Skip to content

Commit

Permalink
Add renovate-json-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Dec 17, 2023
1 parent 26cfec5 commit 0896b41
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Renovate

on:
pull_request:
paths:
- .github/workflows/renovate.yml
- renovate.json

jobs:
renovate-json-validate:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.0

0 comments on commit 0896b41

Please sign in to comment.