chore: improved dart analyzer (#82)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-10-28 18:43:10 +01:00 committed by GitHub
parent 3cd54811d2
commit a4f3e68d25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,5 +26,10 @@ jobs:
- name: Get dependencies
run: flutter pub get
- name: Linting
run: flutter analyze --no-fatal-infos --no-fatal-warnings
- name: Setup dart
uses: dart-lang/setup-dart@v1
- name: Analyze Dart
uses: invertase/github-action-dart-analyzer@v3
with:
custom-lint: true