astro/deadnix-action
Find unused Nix code, and create a pull request
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 | The author name and email address in the format `Display Name <email@address.com>`. Defaults to the user who triggered the workflow run. | no | ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> |
| committer | The committer name and email address in the format `Display Name <email@address.com>`. Defaults to the GitHub Actions bot user. | — | GitHub <noreply@github.com> |
| directory | Command-line flags to deadnix | no | . |
| create_pr | Whether to create a PR | no | true |
| commit_message | Commit message | no | Remove dead code |
Outputs
no outputs