Skip to content

Commit 76426ab

Browse files
author
Petr Sramek
committed
removed whitespace formatting
1 parent cfec13e commit 76426ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
with:
3535
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
3636
- run: |
37-
dotnet format whitespace --no-restore --verify-no-changes --verbosity diagnostic
3837
dotnet format style --no-restore --verify-no-changes --verbosity diagnostic
3938
dotnet format analyzers --no-restore --verify-no-changes --diagnostics IDE0073 --verbosity diagnostic
4039
echo "has-changes=true" >> "$GITHUB_OUTPUT"
@@ -43,7 +42,6 @@ jobs:
4342
working-directory: ${{ github.workspace }}
4443
- run: echo ${{ steps.validate.outputs.has-changes }}
4544
- run: |
46-
dotnet format whitespace
4745
dotnet format style
4846
dotnet format analyzers --no-restore --diagnostics IDE0073 --verbosity diagnostic
4947
name: Apply style formatting and file header rule

0 commit comments

Comments
 (0)