Workflow um Build-Stage erweitern #185

Merged
flixcoo merged 18 commits from setup/178-workflow-um-build-stage-erweitern into development 2026-01-24 10:32:00 +00:00
Showing only changes of commit b021dcf08f - Show all commits

View File

@@ -57,7 +57,9 @@ jobs:
# echo "$(pwd)/flutter/bin" >> $GITEA_PATH
- name: Get dependencies
run: flutter pub get
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.38.6-x64
flutter pub get
- name: Analyze Formatting
run: flutter analyze lib test