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 Jan 1, 2024
1 parent 1192192 commit aec021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
run: dotnet format JamGame/JamGame.csproj --verify-no-changes --include JamGame/Assets/Scripts -v d

- name: Run csharpier format
run: dotnet csharpier --config-path 'JamGame\.csharpierrc.json' 'JamGame\Assets\Scripts\' --check
run: dotnet csharpier --config-path "JamGame/.csharpierrc.json" 'JamGame\Assets\Scripts\' --check

0 comments on commit aec021d

Please sign in to comment.