Skip to content

Commit

Permalink
Update dotnet-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiuh committed Dec 8, 2023
1 parent 86ab441 commit 867c8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet format '.\' --folder --check --verbosity diagnostic

check-format-cscharpier:
runs-on: windows-latest
runs-on: self-hosted

steps:
- name: Setup .NET Core
Expand All @@ -41,5 +41,5 @@ jobs:
uses: actions/checkout@v2

- name: Run csharpier format
run: dotnet csharpier '.\Assets\' --check
run: dotnet csharpier 'Assets\' --check

0 comments on commit 867c8e1

Please sign in to comment.