Skip to content

Commit 532ca10

Browse files
committed
ci: use dart format
1 parent 8bc6394 commit 532ca10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: flutter pub get
3131
- name: Format
32-
run: flutter format --set-exit-if-changed .
32+
run: dart format --set-exit-if-changed .
3333

3434
publish:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)