Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.0'
flutter-version: '3.29.0'
channel: 'stable'

- name: Bootstrap dependencies
Expand All @@ -24,7 +24,7 @@ jobs:
run: flutter pub get

- name: Flutter analyze
run: flutter analyze
run: flutter analyze lib tool --no-fatal-warnings --no-fatal-infos

- name: Complexity guard
run: dart run tool/check_complexity.dart
Loading
Loading