Skip to content

Commit b2868d9

Browse files
authored
quality.yml
Signed-off-by: WishyutC <150608479+WishyutC@users.noreply.github.com>
1 parent b0676de commit b2868d9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
with:
1212
flutter-version: ${{ env.FLUTTER_VERSION }}
1313
- run: flutter pub get
14-
- run: flutter format --set-exit-if-changed .
14+
- run: dart format --set-exit-if-changed .
1515
- run: flutter analyze
1616
- name: Run Dart Code Metrics
17-
run: dart format --set-exit-if-changed .
1817
dart pub global activate dart_code_metrics
1918
dart pub global run dart_code_metrics:metrics analyze lib

0 commit comments

Comments
 (0)