phucisstupid/nix-statix-action
Lint and fix Nix code with Statix, then commit and push the changes or open 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 statix (e.g. fix, check) | no | fix |
| 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 linting | no | . |
| commit_message | Commit message | no | Chore: Lint Nix code with Statix |
| open_pr | Whether to create a pull request instead of pushing directly | no | false |
Outputs
no outputs