Skip to content

Commit

Permalink
ci: fix format check
Browse files Browse the repository at this point in the history
  • Loading branch information
asdawej committed Mar 7, 2024
1 parent af0bf7e commit a25fa74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ jobs:

- name: Check Interface
run: |
dotnet format whitespace "./interface/Assets/Scripts/" --folder --verify-no-changes
dotnet format whitespace "./interface/interface/Assets/Scripts/" --folder --verify-no-changes
dotnet format whitespace "./interface/interface_local/Assets/Scripts/" --folder --verify-no-changes

0 comments on commit a25fa74

Please sign in to comment.