We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b3e06 commit 78b8ba3Copy full SHA for 78b8ba3
.github/workflows/format-cs-files.yml
@@ -34,6 +34,7 @@ jobs:
34
with:
35
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
36
- run: |
37
+ dotnet format whitespace --verify-no-changes --verbosity diagnostic
38
dotnet format style --verify-no-changes --verbosity diagnostic
39
dotnet format analyzers --verify-no-changes --diagnostics IDE0073 --verbosity diagnostic
40
echo "has-changes=false" >> "$GITHUB_OUTPUT"
@@ -44,6 +45,7 @@ jobs:
44
45
echo ${{ steps.validate.outputs.has-changes }}
46
echo ${{ steps.validate.outcome }}
47
48
+ dotnet format whitespace --verbosity diagnostic
49
dotnet format style --verbosity diagnostic
50
dotnet format analyzers --diagnostics IDE0073 --verbosity diagnostic
51
name: Apply style formatting and file header rule
0 commit comments