Skip to content

Commit a484250

Browse files
committed
Fix after rebase: Make ci.yml same as user_model
* CI changes were made in the main branch AND the user_model/main branch. * So let's keep the version on user_model/main, which this commit does
1 parent dbc5170 commit a484250

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
@@ -30,7 +30,7 @@ jobs:
3030
run: flutter analyze
3131

3232
- name: Ensure the Dart code is formatted correctly
33-
run: flutter format -o none --set-exit-if-changed .
33+
run: flutter format --set-exit-if-changed --dry-run .
3434

3535
- name: Run Flutter unit tests
3636
run: flutter test

0 commit comments

Comments
 (0)