Skip to content

Commit e86356a

Browse files
authored
Update Flutter analyze command to ignore fatal infos
1 parent 5546809 commit e86356a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# 5. Run static analysis (Optional but recommended)
4343
- name: Analyze code
44-
run: flutter analyze
44+
run: flutter analyze --no-fatal-infos
4545

4646
# 6. Build Android APK
4747
- name: Build Android APK

0 commit comments

Comments
 (0)