Skip to content

Commit 479e686

Browse files
committed
add demo
1 parent c0a9dc6 commit 479e686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Consider passing '--fatal-infos' for slightly stricter analysis.
3535
- name: Analyze project source
36-
run: dart analyze
36+
run: dart analyze lib test example
3737

3838
# Your project will need to have tests in test/ and a dependency on
3939
# package:test for this step to succeed. Note that Flutter projects will

0 commit comments

Comments
 (0)