nenadvulic/deadwood
Report the dead code a pull request introduces (diff-scoped, powered by Periphery), as inline annotations and a sticky PR comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base ref to diff against. Defaults to the PR base branch. | — | ${{ github.event.pull_request.base.ref }} |
| working-directory | Directory containing the Swift package / .periphery.yml. | — | . |
| periphery-args | Arguments passed through to `periphery scan` (after --), e.g. "--project App.xcodeproj --schemes App". | — | "" |
| fail-on-findings | Exit non-zero when new dead code is found (the CI gate). | — | true |
| comment | Post/update a sticky PR summary comment. | — | true |
| periphery-version | Periphery version hint. Best-effort: brew installs the formula's current version; actual version may differ. | — | "" |
| sarif-file | If set, write a SARIF 2.1.0 report to this path (upload it yourself with github/codeql-action/upload-sarif). | — | "" |
Outputs
no outputs