diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 6073d8d..46fab08 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -87,7 +87,8 @@ jobs: - name: Format code if: failure() run: | - dart fix --apply + dart fix --apply lib + dart fix --apply test # Prüfen, ob Änderungen vorhanden sind if [ -n "$(git status --porcelain)" ]; then git config --global user.name "liquid-actions[bot]"