Skip to content

Commit

Permalink
build: drop installation of obsolete format tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ErtanTaner committed Aug 3, 2023
1 parent 6fcf912 commit b743a95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ jobs:
with:
dotnet-version: '7.0.x'

- name: Install format tool
run: dotnet tool install -g dotnet-format

- name: dotnet format
run: dotnet format .\opentelemetry-dotnet-contrib.sln --no-restore --verify-no-changes

0 comments on commit b743a95

Please sign in to comment.