We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe783f0 commit 54752f1Copy full SHA for 54752f1
1 file changed
.github/workflows/quality.yml
@@ -14,5 +14,6 @@ jobs:
14
- run: dart format --set-exit-if-changed .
15
- run: flutter analyze
16
- name: Run Dart Code Metrics
17
+ run: |
18
dart pub global activate dart_code_metrics
19
dart pub global run dart_code_metrics:metrics analyze lib
0 commit comments