Skip to content

Commit

Permalink
Update dotnet-format.yml to run format after build and remove whitesp…
Browse files Browse the repository at this point in the history
…aces
  • Loading branch information
vectorNull committed Jun 13, 2024
1 parent 6dc9dfa commit ebc1446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -25,4 +24,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Format
run: dotnet format --verify-no-changes --verbosity diagnostic
run: dotnet format

0 comments on commit ebc1446

Please sign in to comment.