diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index c7e8904..6970255 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -83,12 +83,13 @@ jobs: - name: Check code format run: | - flutter format --set-exit-if-changed . + flutter analyze + - name: Format code if: failure() run: | - flutter format . + dart fix --apply git config --global user.name "liquid-actions[bot]" git config --global user.email "gitea@liquid-dev.de" git add .