We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e19aa commit 0081555Copy full SHA for 0081555
.github/workflows/flutter.yml
@@ -27,3 +27,5 @@ jobs:
27
run: dart fix --dry-run
28
- name: Run tests
29
run: flutter test
30
+ - name: Check API docs can generate
31
+ run: dart doc --dry-run
0 commit comments