Skip to content

Commit 2dcef91

Browse files
committed
ci: ignore non-fatal analyzer infos in workflow
1 parent 316bf3b commit 2dcef91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: dart format --output=none --set-exit-if-changed .
3737

3838
- name: Analyze
39-
run: flutter analyze
39+
run: flutter analyze --no-fatal-infos
4040

4141
- name: Run tests
4242
run: flutter test

0 commit comments

Comments
 (0)