Skip to content

Commit 809b118

Browse files
chore: use dart format instead of flutter format
1 parent 0dad21f commit 809b118

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)