Skip to content

Commit

Permalink
formatting action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
degenone committed Jun 30, 2024
1 parent 6af77db commit bd96df2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Workload install
if: steps.changed_cs.outputs.files != ''
run: dotnet workload restore src/TagzApp.sln
- name: Run dotnet format
if: steps.changed_cs.outputs.files != ''
id: dotnet-format
Expand Down

0 comments on commit bd96df2

Please sign in to comment.