We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0676de commit b2868d9Copy full SHA for b2868d9
1 file changed
.github/workflows/quality.yml
@@ -11,9 +11,8 @@ jobs:
11
with:
12
flutter-version: ${{ env.FLUTTER_VERSION }}
13
- run: flutter pub get
14
- - run: flutter format --set-exit-if-changed .
+ - run: dart format --set-exit-if-changed .
15
- run: flutter analyze
16
- name: Run Dart Code Metrics
17
- 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