Skip to content

Commit

Permalink
Fix formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 18, 2023
1 parent fb068df commit f47b782
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
dotnet-version: 8.0.x

- name: Verify formatting
run: dotnet build -t:CSharpierFormat
run: >
dotnet build
-t:CSharpierFormat
--configuration Release
test:
runs-on: windows-latest
Expand Down

0 comments on commit f47b782

Please sign in to comment.