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()