Skip to content

Commit

Permalink
Merge pull request #54 from nabeken/ci/renovate/config-validator
Browse files Browse the repository at this point in the history
ci(renovate): add the config validator action
  • Loading branch information
nabeken authored Sep 16, 2023
2 parents da7db5e + 0e58f12 commit b34b744
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/renovate_config_validator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: renovate-config-validator

on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate the config
uses: suzuki-shunsuke/[email protected]

0 comments on commit b34b744

Please sign in to comment.