MVP #141

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

View File

@@ -87,11 +87,13 @@ jobs:
- name: Auto-format - name: Auto-format
run: | run: |
dart format lib dart format lib
dart fix --apply lib dart fix --apply lib
- name: Commit Changes - name: Commit Changes
run: | run: |
git add . git status
git add lib/
git status
git commit -m "Actions: Auto-formatting [skip ci]" git commit -m "Actions: Auto-formatting [skip ci]"
git push git push