Skip to content

Commit 78b8ba3

Browse files
author
Petr Sramek
committed
added whitespace formatting
1 parent 19b3e06 commit 78b8ba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format-cs-files.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
3636
- run: |
37+
dotnet format whitespace --verify-no-changes --verbosity diagnostic
3738
dotnet format style --verify-no-changes --verbosity diagnostic
3839
dotnet format analyzers --verify-no-changes --diagnostics IDE0073 --verbosity diagnostic
3940
echo "has-changes=false" >> "$GITHUB_OUTPUT"
@@ -44,6 +45,7 @@ jobs:
4445
echo ${{ steps.validate.outputs.has-changes }}
4546
echo ${{ steps.validate.outcome }}
4647
- run: |
48+
dotnet format whitespace --verbosity diagnostic
4749
dotnet format style --verbosity diagnostic
4850
dotnet format analyzers --diagnostics IDE0073 --verbosity diagnostic
4951
name: Apply style formatting and file header rule

0 commit comments

Comments
 (0)