Skip to content

Commit c720340

Browse files
author
Tim Sneath
committed
Fix flag change in Dart 3
1 parent 9ff6017 commit c720340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: dart analyze --fatal-warnings
5454

5555
- name: Check documentation can be generated without errors
56-
run: dart doc --dry-run --validate-links
56+
run: dart doc --validate-links
5757

5858
- name: Run tests on generation tool
5959
working-directory: tool/win32gen

0 commit comments

Comments
 (0)