Skip to content

Commit

Permalink
setup flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Apr 25, 2023
1 parent b520e13 commit c038c05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
if: ${{ matrix.package == 'dart' }}
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # pin@v2.10.0
if: ${{ matrix.package == 'flutter' }}

- name: pub get
run: ${{ matrix.package }} pub get
Expand Down

0 comments on commit c038c05

Please sign in to comment.