From 4b06f508c0fbc3fdbabfb9fe9d63c4b021d8bcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?= =?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:44:18 +0800 Subject: [PATCH] fix: scope analysis to app sources --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 316fbe98..d85ae16e 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -30,7 +30,7 @@ jobs: # Consider passing '--fatal-infos' for slightly stricter analysis. - name: Analyze project source - run: dart analyze + run: flutter analyze lib test # Your project will need to have tests in test/ and a dependency on # package:test for this step to succeed. Note that Flutter projects will