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