Skip to content

Commit be99215

Browse files
committed
dotnet-format is built-in .net6 now :)
See dotnet/format#1268
1 parent 60e8b78 commit be99215

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)