Skip to content

Commit

Permalink
build: use global dotnet-format on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ostridm committed Jun 13, 2024
1 parent f8bd92e commit 84c478f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/composite/net/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ runs:
with:
dotnet-version: 6.x.x

- name: Install dotnet-format
if: runner.os == 'Windows'
run: dotnet tool install -g dotnet-format

- name: Dependency Caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 84c478f

Please sign in to comment.