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 cfec13e commit 76426abCopy full SHA for 76426ab
.github/workflows/format-cs-files.yml
@@ -34,7 +34,6 @@ jobs:
34
with:
35
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
36
- run: |
37
- dotnet format whitespace --no-restore --verify-no-changes --verbosity diagnostic
38
dotnet format style --no-restore --verify-no-changes --verbosity diagnostic
39
dotnet format analyzers --no-restore --verify-no-changes --diagnostics IDE0073 --verbosity diagnostic
40
echo "has-changes=true" >> "$GITHUB_OUTPUT"
@@ -43,7 +42,6 @@ jobs:
43
42
working-directory: ${{ github.workspace }}
44
- run: echo ${{ steps.validate.outputs.has-changes }}
45
46
- dotnet format whitespace
47
dotnet format style
48
dotnet format analyzers --no-restore --diagnostics IDE0073 --verbosity diagnostic
49
name: Apply style formatting and file header rule
0 commit comments