xt0rted/dotnet-format
Run dotnet format and optionally apply any fixes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | GITHUB_TOKEN token or a repo scoped PAT | yes | ${{ github.token }} |
| version | Version of dotnet-format to use | yes | 3 |
| action | Primary action dotnet-format should perform (check for errors or apply fixes) | yes | check |
| only-changed-files | Only changed files in the current pull request should be formatted | no | — |
| fail-fast | The job should fail if there's a formatting error | no | true |
Outputs
| name | description |
|---|---|
| has-changes | A value indicating if any files were formatted |