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 b172685 commit 46cac84Copy full SHA for 46cac84
.github/workflows/flutter.yml
@@ -22,10 +22,10 @@ jobs:
22
run: flutter packages get
23
24
- name: Format
25
- run: flutter format lib test example --set-exit-if-changed
+ run: flutter format lib test --set-exit-if-changed
26
27
- name: Analyze
28
- run: flutter analyze lib test example
+ run: flutter analyze lib test
29
30
- name: Run tests
31
run: flutter test --coverage --coverage-path=lcov.info
0 commit comments