8000 Don't run analyzers/codefixers in format · devlooped/oss@543f7da · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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)
0