Skip to content

Commit d23279e

Browse files
authored
feat: replace flutter format with dart format (#95)
1 parent 4a3435c commit d23279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: ${{inputs.setup}}
7676

7777
- name: ✨ Check Formatting
78-
run: flutter format --set-exit-if-changed lib test
78+
run: dart format --set-exit-if-changed lib test
7979

8080
- name: 🕵️ Analyze
8181
run: flutter analyze lib test

0 commit comments

Comments
 (0)