Skip to content

Commit

Permalink
Merge pull request #7 from domesticmouse/CI-fix-part-2
Browse files Browse the repository at this point in the history
Drop requirement for fatal infos because of required deprecated warning
  • Loading branch information
domesticmouse authored Dec 4, 2024
2 parents 3520ded + 9cb7afc commit eb4106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: flutter --version
- run: flutter pub get
- name: Lint analysis
run: dart analyze --fatal-infos
run: dart analyze
- name: Dart format
run: dart format --output none --set-exit-if-changed .
- name: dart fix
Expand Down

0 comments on commit eb4106d

Please sign in to comment.