We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a9dc6 commit 479e686Copy full SHA for 479e686
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Consider passing '--fatal-infos' for slightly stricter analysis.
35
- name: Analyze project source
36
- run: dart analyze
+ run: dart analyze lib test example
37
38
# Your project will need to have tests in test/ and a dependency on
39
# package:test for this step to succeed. Note that Flutter projects will
0 commit comments