From 9676ff278d4ecfd95b0acf76efa6baf419bf90ca Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 19:18:03 +0100 Subject: [PATCH] Updated workflow --- .gitea/workflows/pull_request.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 6970255..ccd233b 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -82,9 +82,7 @@ jobs: run: flutter pub get - name: Check code format - run: | - flutter analyze - + run: flutter analyze lib test - name: Format code if: failure()