rolfbjarne/Autoformatter
Autoformat code using dotnet format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projects | Projects to autoformat | no | "" |
| script | A script to run to autoformat | no | "" |
| git_user_email | The committer's email for the patch | no | autoformat@example.com |
| git_user_name | The committer's name for the patch | no | GitHub Actions Autoformatter |
| git_commit_message | The commit message to use for the patch | no | Auto-format source code |
| artifact | The name of the artifact where the patch is stored | yes | autoformat |
| onlyFilesModifiedInPullRequest | Only format files that were changed in the pull request | no | false |
| dotnetExecutable | The path to the "dotnet" executable to use | no | dotnet |
| workingDirectory | The working directory when formatting using "dotnet format". This does not apply when using a custom script. | no | .. |
| checkoutSource | Whether the source code should be checked out or not (disable if checked out before running this task) | no | true |
Outputs
no outputs