We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cf2ef commit bc00354Copy full SHA for bc00354
.github/workflows/test.yml
@@ -20,5 +20,5 @@ jobs:
20
- run: dart pub get
21
- run: dart run build_runner build --delete-conflicting-outputs
22
- run: dart format --fix .
23
- - run: dart analyze
+ - run: dart analyze --no-fatal-warnings
24
- run: dart test
0 commit comments