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 6ae80a1 commit 543f7daCopy full SHA for 543f7da
1 file changed
.github/workflows/build.yml
@@ -90,4 +90,6 @@ jobs:
90
fetch-depth: 0
91
92
- name: ✓ ensure format
93
- run: dotnet format --verify-no-changes -v:diag --exclude ~/.nuget
+ run: |
94
+ dotnet format whitespace --verify-no-changes -v:diag --exclude ~/.nuget
95
+ dotnet format style --verify-no-changes -v:diag --exclude ~/.nuget
0 commit comments