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 c732bef commit 844e1d7Copy full SHA for 844e1d7
.github/workflows/build.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: subosito/flutter-action@v1
15
with:
16
channel: 'stable'
17
+ - run: flutter pub get
18
- run: flutter format -n --set-exit-if-changed .
19
- run: flutter analyze
20
- run: flutter test --coverage
0 commit comments