https://github.com/suzuki-shunsuke/renovate-config-validator-workflow
GitHub Actions Reusable Workflow for renovate-config-validator
https://github.com/suzuki-shunsuke/renovate-config-validator-workflow
github-actions oss
Last synced: 21 days ago
JSON representation
GitHub Actions Reusable Workflow for renovate-config-validator
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/renovate-config-validator-workflow
- Owner: suzuki-shunsuke
- License: mit
- Created: 2023-01-15T02:35:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T04:34:54.000Z (23 days ago)
- Last Synced: 2025-04-15T23:09:36.370Z (21 days ago)
- Topics: github-actions, oss
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# renovate-config-validator-workflow
GitHub Actions Reusable Workflow for renovate-config-validator
## How to use
```yaml
name: renovate-config-validatorpermissions: {}
on:
pull_request:
branches:
- main
paths:
- .github/workflows/renovate-config-validator.yaml
- renovate.json5
push:
branches:
- main
paths:
- .github/workflows/renovate-config-validator.yaml
- renovate.json5jobs:
renovate-config-validator:
uses: suzuki-shunsuke/renovate-config-validator-workflow/.github/workflows/validate.yaml@37f3b320ff7dd6fbf4fa25ce9e704ed817437a4c # v0.1.0
permissions:
contents: read
```## LICENSE
[MIT](LICENSE)