MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 0659d202b3 - Show all commits

View File

@@ -91,7 +91,6 @@ jobs:
dart fix --apply lib
- name: Commit Changes
if: steps.check_changes.outputs.changes_detected == 'true'
run: |
git add .
git commit -m "Actions: Auto-formatting [skip ci]"