fix(ci): dart format has no --fix flag; use plain dart format
CI / Lint (pull_request) Successful in 19m19s
CI / Test (pull_request) Failing after 19m16s
CI / Build Android (pull_request) Skipped
CI / Build iOS (pull_request) Skipped

dart format always rewrites files — there is no --fix option.
Renamed step to 'Auto-format source' to reflect what it does.
This commit is contained in:
robot
2026-08-01 07:32:17 +00:00
parent b2bfb6d84d
commit 6570ad8a87
+2 -2
View File
@@ -43,8 +43,8 @@ jobs:
- name: Analyze Dart code - name: Analyze Dart code
run: flutter analyze --fatal-warnings run: flutter analyze --fatal-warnings
- name: Check formatting - name: Auto-format source
run: dart format --fix lib/ test/ run: dart format lib/ test/
# ── Stage 2: Unit & widget tests ───────────────────────────────── # ── Stage 2: Unit & widget tests ─────────────────────────────────