Skip to content

Commit

Permalink
Merge pull request #173 from nnsnodnb/add-renovate-json-validate
Browse files Browse the repository at this point in the history
Add renovate-json-validate
  • Loading branch information
nnsnodnb authored Dec 17, 2023
2 parents 26cfec5 + 0896b41 commit f8067d1
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/[email protected]

0 comments on commit f8067d1

Please sign in to comment.