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'