ksschkw/Driftlock

Fail a pull request when its documentation drifts from code (structural API changes not reflected in the docs).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseBase git ref to compare against (the PR target).no${{ github.event.pull_request.base.sha }}
headHead git ref (the PR tip).no${{ github.sha }}
versionDriftlock version to install (a git tag, or "latest").nolatest
api-keyLLM API key, exposed to Driftlock as $DRIFTLOCK_API_KEY. Pass a repository secret.no""
report-onlyWhen "true", report drift without failing the job (exit 0). Useful for gradual adoption.nofalse
working-directoryDirectory containing .driftlock.toml.no.

no outputs