Skip to content
Prev Previous commit
Verbosity diagnostic
  • Loading branch information
Happypig375 committed Jan 28, 2026
commit e6c1f7ffd372f2f78756836041eaf489b035df15
2 changes: 1 addition & 1 deletion .github/workflows/Format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
submodules: 'recursive'
- run: dotnet workload restore
- name: Check formatting (Fix with "dotnet format --exclude Typography" at repository root)
run: dotnet format --exclude Typography --verify-no-changes --severity error
run: dotnet format --exclude Typography --verify-no-changes --severity error --verbosity diagnostic
Loading