Skip to content

Commit

Permalink
Check formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-visionaid committed Dec 1, 2024
1 parent 060d59c commit 6c07f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
dotnet-version: 8.0.x

# Check formatting
- name: Check formatting
run: dotnet format --verify-no-changes $env:Solution_Name

# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" $env:Solution_Name
Expand Down

0 comments on commit 6c07f56

Please sign in to comment.