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 b3f5147 commit 4520762Copy full SHA for 4520762
.github/workflows/format-cs-files.yml
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet tool install -g dotnet-format
40
- name: Format with .NET ${{ vars.DOTNET_SDK_VERSION }}
41
run: |
42
- git pull origin ${{ github.head_ref || github.ref }}
+ git checkout origin ${{ github.head_ref || github.ref }}
43
dotnet format whitespace --verbosity diagnostic
44
dotnet format style --verbosity diagnostic
45
dotnet format analyzers --diagnostics IDE0073 --verbosity diagnostic
0 commit comments