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 346dddcf62 - Show all commits

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'