You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run [dotnet-format](https://github.com/dotnet/format)v3 as part of your workflow to report formatting errors or auto fix violations as part of your pull request workflow.
5
+
Run [dotnet-format](https://github.com/dotnet/format) as part of your workflow to report formatting errors or auto fix violations as part of your pull request workflow.
6
6
7
7
## Usage
8
8
@@ -160,7 +160,7 @@ jobs:
160
160
Name | Allowed values | Description
161
161
-- | -- | --
162
162
`repo-token`| `GITHUB_TOKEN` (default) or PAT | `GITHUB_TOKEN` token or a repo scoped PAT.
163
-
`version`| `3` (default) | Version of `dotnet-format` to use.
163
+
`version`| `3` (default), `4` | Version of `dotnet-format` to use.
164
164
`action`| `check` (default), `fix` | Primary action `dotnet-format` should perform.
0 commit comments