jdhorne/Cartulary Markdown Validator
Foreign keys for your Markdown docs: cross-document referential integrity on top of schema validation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| schema | Path to the cartulary schema YAML file. | yes | — |
| files | Files or directories to validate (space-separated). Directories are walked recursively. Defaults to the repo root. | no | . |
| changed | Optional. Restrict reported findings to the blast radius of these files (space/comma-separated) — e.g. the files changed in a PR. The whole corpus is still validated; only the output and exit status are scoped. | no | "" |
| sarif-file | Path to write the SARIF report to. | no | cartulary.sarif |
| upload-sarif | Whether to upload the SARIF report to GitHub code scanning (needs `security-events: write`). | no | true |
Outputs
no outputs