Skip to content

Commit

Permalink
Only check style on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Sep 30, 2024
1 parent 74b721b commit d2fe763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Check code style
if: ${{ matrix.os == 'ubuntu-latest' }}
run: dotnet format style --no-restore --verify-no-changes --verbosity normal
- name: Build
run: dotnet build --no-restore
Expand Down

0 comments on commit d2fe763

Please sign in to comment.