Skip to content

Commit

Permalink
run dotnet format in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed May 24, 2024
1 parent 0e2e48d commit 24f1463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Restore dependencies
if: steps.cache-nuget.outputs.cache-hit != 'true'
run: dotnet restore
- name: Check code formatting
run: dotnet format --no-restore --verify-no-changes -v diag
- name: Build
run: dotnet build --no-restore
- name: Test
Expand Down

0 comments on commit 24f1463

Please sign in to comment.