Actions aufsetzen #38

Merged
flixcoo merged 40 commits from setup/17-actions-aufsetzen into development 2025-11-19 19:35:07 +00:00
Showing only changes of commit aade42c0a6 - Show all commits

View File

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