Skip to content

Commit

Permalink
#91 GithubActionsですべてのパッケージの依存ライブラリをインストールするように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
RikitoNoto committed Jul 30, 2023
1 parent 82f0e48 commit b3d383e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/analyze_code_pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3d383e

Please sign in to comment.