Tried version update
All checks were successful
Pull Request Pipeline / lint (pull_request) Has been skipped
Pull Request Pipeline / test (pull_request) Has been skipped
Pull Request Pipeline / format (pull_request) Has been skipped

This commit is contained in:
2026-01-17 20:03:46 +01:00
parent 94c510ce67
commit d4bb0c5698

View File

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