From acffd527cdaf503a0fc6caa98e45015eb91dc61b Mon Sep 17 00:00:00 2001 From: HEJOK254 <90698026+HEJOK254@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:55:49 +0100 Subject: [PATCH] Switch to custom format problem matcher --- .github/workflows/dotnet.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 76f3e73..e322bcc 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -18,8 +18,7 @@ jobs: dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - - name: Setup problem matcher - uses: xt0rted/dotnet-format-problem-matcher@v1 + - uses: hejok254/dotnet-format-problem-matcher@v1-beta - name: Format run: dotnet format 'Discord QuickEdit.sln' --verify-no-changes --verbosity diagnostic