diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 88addd5..4aba889 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -31,7 +31,7 @@ jobs: # Consider passing '--fatal-infos' for slightly stricter analysis. - name: Analyze project source - run: dart analyze + run: dart analyze --no-fatal-warnings # Your project will need to have tests in test/ and a dependency on # package:test for this step to succeed. Note that Flutter projects will