Skip to content

Commit 0081555

Browse files
authored
Add dart doc step to flutter.yml
1 parent 69e19aa commit 0081555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
run: dart fix --dry-run
2828
- name: Run tests
2929
run: flutter test
30+
- name: Check API docs can generate
31+
run: dart doc --dry-run

0 commit comments

Comments
 (0)