From b53bb597e1dc177cdb6a31d5369fe5a27f885a4c Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 19:12:52 +0100 Subject: [PATCH] Updated formatting --- .gitea/workflows/pull_request.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 .