testing formatting

This commit is contained in:
2025-11-19 11:08:01 +01:00
parent 9f4fc3a3b0
commit 346dddcf62

View File

@@ -86,7 +86,7 @@ jobs:
- name: Auto-format
run: |
dart format .
dart fix --apply
dart fix --apply
- name: Commit Changes
if: steps.check_changes.outputs.changes_detected == 'true'