From b3d383ea82b5ed6a36c7c65ee21b15d99076c489 Mon Sep 17 00:00:00 2001 From: RikitoNoto <56541594+RikitoNoto@users.noreply.github.com> Date: Sun, 30 Jul 2023 10:50:28 +0900 Subject: [PATCH] =?UTF-8?q?#91=20GithubActions=E3=81=A7=E3=81=99=E3=81=B9?= =?UTF-8?q?=E3=81=A6=E3=81=AE=E3=83=91=E3=83=83=E3=82=B1=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=81=AE=E4=BE=9D=E5=AD=98=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9?= =?UTF-8?q?=E3=83=AA=E3=82=92=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/analyze_code_pullrequest.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/analyze_code_pullrequest.yaml b/.github/workflows/analyze_code_pullrequest.yaml index 8effc366..23ee25f8 100644 --- a/.github/workflows/analyze_code_pullrequest.yaml +++ b/.github/workflows/analyze_code_pullrequest.yaml @@ -20,7 +20,9 @@ jobs: flutter-version: "3.10.6" - name: Install dependencies - run: flutter pub get + run: | + dart pub global activate melos + dart pub global activate melos - name: Analyze project source run: flutter analyze