Skip to content

Commit 6beef13

Browse files
committed
Update deprecated flutter format
1 parent dcdb609 commit 6beef13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flutter_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: flutter config --no-analytics
3535
- name: Flutter pub get
3636
run: flutter pub get
37-
- name: Check Flutter formatting
38-
run: flutter format --line-length 80 --set-exit-if-changed .
37+
- name: Check Dart formatting
38+
run: dart format --line-length 80 --set-exit-if-changed .
3939

4040
analyze:
4141
name: Dart analyze

0 commit comments

Comments
 (0)