From 6a9027741069e22cf940ab691ac46a3daff07ce3 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Fri, 15 Jul 2022 13:44:27 +0200 Subject: [PATCH] Fix formatting check in CI --- .github/workflows/build-ilspy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ilspy.yml b/.github/workflows/build-ilspy.yml index c07c7a0b12..3a0944e942 100644 --- a/.github/workflows/build-ilspy.yml +++ b/.github/workflows/build-ilspy.yml @@ -64,7 +64,7 @@ jobs: paths: "test-results/${{ matrix.configuration }}.xml" - name: Format check - run: dotnet format whitespace --verify-no-changes --verbosity detailed + run: dotnet format whitespace --verify-no-changes --verbosity detailed ILSpy.sln - name: Verify package contents if: matrix.configuration == 'debug'