Skip to content

Commit 726ad71

Browse files
committed
Merge branch 'main' of https://github.com/flutter/ai into mit-mit-patch-1
2 parents 3cf124a + eb4106d commit 726ad71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: flutter --version
2828
- run: flutter pub get
2929
- name: Lint analysis
30-
run: dart analyze --fatal-infos
30+
run: dart analyze
3131
- name: Dart format
3232
run: dart format --output none --set-exit-if-changed .
3333
- name: dart fix

0 commit comments

Comments
 (0)