diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index ade48de..c0bc3c2 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,7 +16,7 @@ jobs: clangFormatVersion: 14 exclude: './players' inplace: False - + dotnet-format-checking: runs-on: windows-latest steps: @@ -40,3 +40,7 @@ jobs: run: | dotnet restore "./playback/playback.sln" dotnet format "./playback/playback.sln" --severity error --no-restore --verify-no-changes + + - name: Check Interface + run: | + dotnet format whitespace "./interface/Unity/interface-live/Assets/Scripts/" --folder --verify-no-changes \ No newline at end of file diff --git a/logic/Gaming/CharacterManager.cs b/logic/Gaming/CharacterManager.cs index 91cb510..fff106e 100644 --- a/logic/Gaming/CharacterManager.cs +++ b/logic/Gaming/CharacterManager.cs @@ -136,7 +136,7 @@ public static bool SkillCasting(Character character, double theta = 0.0) break; case CharacterType.ShaWujing: { - break; + break; } } return true;