Skip to content

Commit 691c1e1

Browse files
Fix --check option renamed to --verify-no-changes for dotnet format cli
1 parent 0dabd66 commit 691c1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dotnet format
3030
run: |
3131
dotnet tool install --global dotnet-format
32-
dotnet format --check --verbosity diagnostic
32+
dotnet format --verify-no-changes --verbosity diagnostic
3333
3434
- name: Build
3535
run: dotnet build --no-restore

0 commit comments

Comments
 (0)