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 a4dc41a commit b0676deCopy full SHA for b0676de
1 file changed
.github/workflows/quality.yml
@@ -14,6 +14,6 @@ jobs:
14
- run: flutter format --set-exit-if-changed .
15
- run: flutter analyze
16
- name: Run Dart Code Metrics
17
- run: |
+ run: dart format --set-exit-if-changed .
18
dart pub global activate dart_code_metrics
19
dart pub global run dart_code_metrics:metrics analyze lib
0 commit comments