pablontiv/Validate with rootline
Validate structured documentation using rootline, a file-based database and constraint engine.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 11, 2026
- Maintenance Recency
- Activelast commit Jul 11, 2026
- License
- None
Pinned Snippet
uses: pablontiv/rootline@0bdc03458b7fbe52940ba61d7fa3045105ee5c08 # v1.13.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of rootline to use (e.g. "v0.5.0"). Defaults to "latest", which resolves to the most recent GitHub Release of pablontiv/rootline. | no | latest |
| path | Path to the directory containing structured documentation to validate. | no | . |
| fail-on | Severity threshold that causes the action to exit with a non-zero code. Accepted values: "error" (default) — fail only when errors are present; "warning" — fail on warnings or errors; "never" — always exit 0. | no | error |
Outputs
| name | description |
|---|---|
| valid | "true" if no issues at or above the fail-on threshold were found, "false" otherwise. |
| error_count | Number of validation errors found. |