diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index ea8f275b07..fd20877d17 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -28,9 +28,6 @@ jobs: dotnet workload restore dotnet restore Sentry.slnx --nologo - - name: Install dotnet format - run: dotnet tool install -g dotnet-format - - name: Format Code # We exclude `./**/*OptionsSetup.cs` from the format because the tool struggles with # source generators.