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