From e75aaf47edb543885a8140e8002bb0ed161fba47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:23:06 +0100 Subject: [PATCH] ci: remove installing global tool dotnet-format --- .github/workflows/format-code.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index 6b1958e3f0..b691fc6cb5 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -28,9 +28,6 @@ jobs: dotnet workload restore dotnet restore Sentry.sln --nologo - - name: Install dotnet format - run: dotnet tool install -g dotnet-format - - name: Format Code # We're excluding `./**/*OptionsSetup.cs` from the format because the tool struggles with # source generators