Skip to content

Commit

Permalink
Fix formatting check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald authored and Charlie Lin committed Jul 16, 2022
1 parent 9b38aef commit 6a90277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ilspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6a90277

Please # to comment.