From f51b75e41404d466e0f07983b078ea60323a5153 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Mon, 15 Dec 2025 07:17:43 +0900 Subject: [PATCH] chore: fix --- .github/workflows/pull_request.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 8ac62fa..baba34a 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -15,7 +15,5 @@ jobs: with: channel: stable cache: true - - uses: invertase/github-action-dart-analyzer@e981b01a458d0bab71ee5da182e5b26687b7101b # v3.0.0 - with: - fatal-warnings: false + - run: flutter analyze - run: dart format --output=none --set-exit-if-changed .