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

View File

@@ -87,10 +87,12 @@ jobs:
- name: Format code
if: failure()
run: |
git fetch origin ${{ gitea.head_ref }}
git checkout ${{ gitea.head_ref }}
dart fix --apply lib
dart fix --apply test
# Prüfen, ob Änderungen vorhanden sind
if [ -n "$(git status --porcelain lib test)" ]; then
git config --global user.name "liquid-actions[bot]"
git config --global user.email "gitea@liquid-dev.de"