diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b7b5d02..78d8b7a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -43,8 +43,8 @@ jobs: - name: Analyze Dart code run: flutter analyze --fatal-warnings - - name: Check formatting - run: dart format --fix lib/ test/ + - name: Auto-format source + run: dart format lib/ test/ # ── Stage 2: Unit & widget tests ─────────────────────────────────