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 d4bb0c5698 - Show all commits

View File

@@ -60,6 +60,7 @@ jobs:
format: format:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: false
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -101,9 +102,18 @@ jobs:
git add lib test git add lib test
git commit -m "Auto-format code" git commit -m "Auto-format code"
git push git push
# Alt: git push https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }}
else else
echo "No changes to commit" echo "No changes to commit"
fi fi
- name: Verify format - name: Verify format
run: flutter analyze lib test run: flutter analyze lib test
update-version:
uses: stikkyapp/update-pubspec-version@v2
with:
strategy: 'patch'
bump-build: false
path: './pubspec.yaml'