We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b7edb commit 8bec206Copy full SHA for 8bec206
.github/workflows/dart.yml
@@ -31,12 +31,12 @@ jobs:
31
- name: Verify formatting
32
run: dart format --output=none --set-exit-if-changed .
33
34
- # Consider passing '--fatal-infos' for slightly stricter analysis.
35
- - name: Analyze project source
36
- run: dart analyze
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
40
# want to change this to 'flutter test'.
41
- name: Run tests
42
run: dart test
+
+ # Consider passing '--fatal-infos' for slightly stricter analysis.
+ - name: Analyze project source
+ run: dart analyze
0 commit comments