We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316bf3b commit 2dcef91Copy full SHA for 2dcef91
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: dart format --output=none --set-exit-if-changed .
37
38
- name: Analyze
39
- run: flutter analyze
+ run: flutter analyze --no-fatal-infos
40
41
- name: Run tests
42
run: flutter test
0 commit comments