Skip to content

Commit 54752f1

Browse files
committed
Add run key in quality test
1 parent fe783f0 commit 54752f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
- run: dart format --set-exit-if-changed .
1515
- run: flutter analyze
1616
- name: Run Dart Code Metrics
17+
run: |
1718
dart pub global activate dart_code_metrics
1819
dart pub global run dart_code_metrics:metrics analyze lib

0 commit comments

Comments
 (0)