Skip to content

Commit 059702f

Browse files
committed
ci: fix format command not found
1 parent af1615e commit 059702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: flutter packages get
1818

1919
- name: Format
20-
run: flutter format --set-exit-if-changed lib
20+
run: dart format --set-exit-if-changed lib
2121

2222
- name: Analyze
2323
run: flutter analyze --no-pub

0 commit comments

Comments
 (0)