arthur920/Staleguard
Catch documentation drift, fail CI when your docs claim things the code doesnt do. Zero false positives.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Extra arguments passed to `staleguard check` (e.g. "--fail-on-regression" or "--doc README.md"). | no | "" |
| working-directory | Directory to run the check in (the repo root to scan). | no | . |
| version | Staleguard release tag to install (e.g. "v0.2.2"), or "latest". | no | latest |
| format | Output format: "text", "json", or "sarif". With "sarif" the action writes results to `staleguard.sarif` for upload to GitHub code scanning. | no | text |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file (only when format is "sarif"). |