Skip to content

Commit 5e16786

Browse files
author
Petr Sramek
committed
updated
1 parent 78b8ba3 commit 5e16786

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/format-cs-files.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
jobs:
2525
formatting:
2626
name: Format file headers with .NET ${{ vars.DOTNET_SDK_VERSION }}
27-
runs-on: ubuntu-latest
27+
runs-on: windows-latest
2828
steps:
2929
- uses: actions/checkout@v3
3030
with:
@@ -33,6 +33,8 @@ jobs:
3333
uses: actions/setup-dotnet@v4
3434
with:
3535
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
36+
- name: Install dotnet-format tool
37+
run: dotnet tool install -g dotnet-format
3638
- run: |
3739
dotnet format whitespace --verify-no-changes --verbosity diagnostic
3840
dotnet format style --verify-no-changes --verbosity diagnostic

0 commit comments

Comments
 (0)