mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-04 00:56:05 +02:00
fix: exclude Terminal.Gui from formatting checks in CI workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user