Workflows um Format Stage erweitern #175

Merged
flixcoo merged 326 commits from setup/44-workflows-um-format-stage-erweitern into development 2026-01-20 10:48:49 +00:00
Showing only changes of commit 9676ff278d - Show all commits

View File

@@ -82,9 +82,7 @@ jobs:
run: flutter pub get
- name: Check code format
run: |
flutter analyze
run: flutter analyze lib test
- name: Format code
if: failure()