Browse Source

Fix formatting check in CI

pull/2747/head
Daniel Grunwald 3 years ago
parent
commit
f2ec937e67
  1. 2
      .github/workflows/build-ilspy.yml

2
.github/workflows/build-ilspy.yml

@ -64,7 +64,7 @@ jobs: @@ -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'

Loading…
Cancel
Save