Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading