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 6d40d83 commit 74a07b4Copy full SHA for 74a07b4
.github/workflows/tests.yml
@@ -42,4 +42,6 @@ jobs:
42
- name: Run dart-based tests
43
run: |
44
cd dart
45
+ dart pub get
46
dart test
47
+ dart analyze
0 commit comments