Skip to content

Commit

Permalink
action: moved to format under .sln
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr committed Oct 16, 2024
1 parent 8884f5a commit 21b82cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Format Code
run: dotnet format analyzers Content/CarterService.sln --verbosity diagnostic
- name: Build Source
run: dotnet build Content/src/CarterService.csproj --configuration Release
- name: Build Tests
run: dotnet build Content/tests/CarterService.Tests.csproj --configuration Release
- name: Format Source
run: dotnet format Content/src/CarterService.csproj --verbosity diagnostic
- name: Format Tests
run: dotnet format Content/tests/CarterService.Tests.csproj --verbosity diagnostic
- name: Test
run: dotnet test Content/tests/CarterService.Tests.csproj --configuration Release
env:
Expand Down

0 comments on commit 21b82cf

Please sign in to comment.