From 8751e69375505a9d5960666bde4d2919e015d142 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Fri, 11 Feb 2022 13:14:39 -0500 Subject: [PATCH] chore(ci): utilize invertase/github-action-dart-analyzer for code analysis --- .github/workflows/validate.yml | 5 +++-- lib/core/services/the_movie_db/types.dart | 0 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 lib/core/services/the_movie_db/types.dart diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 2b110e838..5d4e36369 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -30,6 +30,7 @@ jobs: flutter pub get - name: Analyze - uses: zgosalvez/github-actions-analyze-dart@v1 + uses: invertase/github-action-dart-analyzer@v1 with: - fail-on-warnings: true + fatal-infos: false + fatal-warnings: true diff --git a/lib/core/services/the_movie_db/types.dart b/lib/core/services/the_movie_db/types.dart deleted file mode 100644 index e69de29bb..000000000