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 9, 2023
1 parent 53d5ca1 commit 6ec790c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Creating sln
run: dotnet new sln --name JamGame --output ./JamGame

- name: Run dotnet format
run: dotnet format whitespace "./JamGame/Assets/Scripts/" --folder --verbosity diagnostic --verify-no-changes
run: dotnet format JamGame/JamGame.sln --verbosity diagnostic --verify-no-changes --no-restore

check-format-cscharpier:
runs-on: self-hosted
Expand Down

0 comments on commit 6ec790c

Please sign in to comment.