starlight220/Inspector
Updates all outdated RLIs in the Sphinx project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| root | Root Directory of Sphinx project | yes | $GITHUB_WORKSPACE |
| baseUrl | Base URL of RLIs | yes | — |
| ignoredFiles | Files to ignore | no | [] |
| latestVersion | Version to update RLIs to | yes | — |
| versionScheme | A regex of the version strings | yes | — |
Outputs
| name | description |
|---|---|
| report | Full Report; written to the `report.md` file, console, and this output. |
| report-file-path | Full path to the `report.md` file. |
| needs-manual | `true` if there are RLIs that need manual updating, `false` otherwise. |
| up-to-date | `true` if everything is up-to-date, `false` otherwise. |