Skip to content

Commit d960e8b

Browse files
techno-disasterhrideshmg
authored andcommitted
chore: use dart format instead of flutter format
1 parent 1fbe5aa commit d960e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
channel: 'stable'
2222
- name: Flutter format
2323
run: |
24-
flutter format . --set-exit-if-changed
24+
dart format . --set-exit-if-changed
2525
flutter pub get
2626
flutter pub run import_sorter:main --no-comments --exit-if-changed
2727
- name: Flutter analyze

0 commit comments

Comments
 (0)