Skip to content

Commit e9a9340

Browse files
committed
Update format command from Flutter to Dart
1 parent cd48b54 commit e9a9340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: flutter pub get
3333
- name: Format code
34-
run: flutter format --dry-run --set-exit-if-changed $(find . -name "*.dart" -not -wholename "./lib/localization/intl/*")
34+
run: dart format --set-exit-if-changed $(find . -name "*.dart" -not -wholename "./lib/localization/intl/*")
3535
- name: Analyze static code
3636
run: flutter analyze
3737
- name: Run tests

0 commit comments

Comments
 (0)