sjarmak/Livedocs Check

Detect documentation drift in your repository using livedocs check

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionLivedocs version to use (e.g., v0.1.0). Defaults to latest release.nolatest
pathRepository path to check for documentation drift.no.
formatOutput format: text or json.nojson
fail-thresholdMaximum allowed drift score (total stale + stale packages). Set to -1 to never fail.no0
github-tokenGitHub token for downloading release assets. Defaults to the workflow token.no${{ github.token }}
badge-api-urlBadge endpoint URL (e.g., https://livedocs-badge.example.workers.dev). If set, drift results are POSTed to update the badge.no""
badge-api-tokenBearer token for authenticating with the badge API.no""
namedescription
drift-scoreTotal drift score (stale references + stale packages)
total-staleNumber of stale symbol references
total-stale-packagesNumber of stale package paths
total-undocumentedNumber of undocumented exports (informational)
has-driftWhether structural drift was detected (true/false)