Skip to content

Commit 6e5b112

Browse files
committed
dotnet-format is built-in now
1 parent 45cd86d commit 6e5b112

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939

4040
- name: ✓ ensure format
4141
run: |
42-
dotnet tool update -g dotnet-format --version 5.0.*
4342
dotnet restore
44-
dotnet format --check -v:diag
43+
dotnet format --verify-no-changes -v:diag
4544
4645
build:
4746
name: build-${{ matrix.os }}

0 commit comments

Comments
 (0)