silvauncompte/C# Unity Auto Formatting
Auto formatter to format C# code (CS, CSharp). Check style or format it. In separate commits or squash them into one.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the scripts you want formatted. | yes | ./Assets/Scripts/ |
| check_only | Perform only a style check (true) or format it (false). | no | false |
| diff_check | Check only the files changed in the commit or PR (true) or all files in the path (false). | no | false |
| check_severity | Set the severity of style checks, either "warn" or "error". | no | error |
| squash_commit | How the action manage the commit, edit the previous one (true) or create a new one (false). | no | false |
Outputs
no outputs