Skip to content

Commit

Permalink
Fix after rebase: Make ci.yml same as user_model
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nan-li committed Feb 5, 2024
1 parent dbc5170 commit a484250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: flutter analyze

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

- name: Run Flutter unit tests
run: flutter test

0 comments on commit a484250

Please sign in to comment.