phucisstupid/nix-deadnix-action
Find and remove unused Nix code, then commit and push the changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flags | Command-line flags to deadnix | no | --edit |
| author | Author name and email in the format `Name <email@address.com>` | no | ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> |
| committer | Committer name and email | no | GitHub <noreply@github.com> |
| directory | Directory to scan for dead Nix code | no | . |
| commit_message | Commit message | no | Chore: Automated dead code cleanup |
| exclude | Path to exclude from deadnix scanning (optional) | no | — |
| open_pr | Whether to create a pull request instead of pushing to the current branch | no | false |
Outputs
no outputs