From a484250aaecb4dc48eb680808428f8f77cc2221b Mon Sep 17 00:00:00 2001 From: Nan Date: Mon, 5 Feb 2024 11:08:05 -0800 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f46ccf1..25f8d143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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