fix: exclude Terminal.Gui from formatting checks in CI workflow

This commit is contained in:
HueByte
2026-02-21 17:26:30 +01:00
parent 4930aee615
commit dcb8bbc05f
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
dotnet-version: '10.0.x'
- name: Check formatting
run: dotnet format src/EchoHub.slnx --verify-no-changes --verbosity diagnostic
run: dotnet format src/EchoHub.slnx --verify-no-changes --verbosity diagnostic --exclude src/Terminal.Gui/
build-and-test:
name: Build & Test