mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
chore: improved dart analyzer (#82)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
3cd54811d2
commit
a4f3e68d25
1 changed files with 7 additions and 2 deletions
9
.github/workflows/checks.yaml
vendored
9
.github/workflows/checks.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue