From 9fa5d5b85a71fbd1afba5b8e0961ac5049d91e86 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Mon, 15 Dec 2025 07:13:49 +0900 Subject: [PATCH] chore: fix --- .github/workflows/pull_request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index d9443b0..8ac62fa 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -16,4 +16,6 @@ jobs: channel: stable cache: true - uses: invertase/github-action-dart-analyzer@e981b01a458d0bab71ee5da182e5b26687b7101b # v3.0.0 + with: + fatal-warnings: false - run: dart format --output=none --set-exit-if-changed .