oleksandrtsvirkun/Repository Content Validator
Validates markdown content in GitHub repositories with frontmatter and hierarchy checks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for API access | yes | ${{ github.token }} |
| use-check-runs | Enable GitHub Check Runs API (disable for local testing) | no | false |
| auto-commit | Automatically commit generated metadata files | no | false |
Outputs
| name | description |
|---|---|
| total-changes | Total number of files changed |
| total-files | Total number of JSON metadata files updated |
| validation-errors | Number of validation errors found |
| validation-warnings | Number of validation warnings found |
| conclusion | Overall conclusion (success or failure) |
| changes | JSON string with detailed change information |