|
|
@ -24,8 +24,11 @@ jobs: |
|
|
|
channel: "stable" |
|
|
|
channel: "stable" |
|
|
|
cache: true |
|
|
|
cache: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Setup the melos environment. |
|
|
|
|
|
|
|
- uses: bluefireteam/melos-action@v1 |
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|
- name: Install dependencies |
|
|
|
run: flutter pub get |
|
|
|
run: melos bootstrap |
|
|
|
|
|
|
|
|
|
|
|
- name: Verify formatting |
|
|
|
- name: Verify formatting |
|
|
|
run: flutter format . |
|
|
|
run: flutter format . |
|
|
|