From a4f3e68d2597899ba202e26e47aa18a834d1d99d Mon Sep 17 00:00:00 2001 From: PartyDonut <42371342+PartyDonut@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:43:10 +0100 Subject: [PATCH] chore: improved dart analyzer (#82) Co-authored-by: PartyDonut --- .github/workflows/checks.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 387f36c..dd3daa7 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -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