Skip to content

Commit 543f7da

Browse files
authored
Don't run analyzers/codefixers in format
Specifically run just whitespace and style format verification.
1 parent 6ae80a1 commit 543f7da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,6 @@ jobs:
9090
fetch-depth: 0
9191

9292
- name: ✓ ensure format
93-
run: dotnet format --verify-no-changes -v:diag --exclude ~/.nuget
93+
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

Comments
 (0)