Showing
1 changed file
with
5 additions
and
1 deletions
| @@ -52,8 +52,12 @@ jobs: | @@ -52,8 +52,12 @@ jobs: | ||
| 52 | with: | 52 | with: |
| 53 | java-version: 17 | 53 | java-version: 17 |
| 54 | distribution: temurin | 54 | distribution: temurin |
| 55 | - - uses: subosito/flutter-action@v2 | 55 | + - uses: subosito/flutter-action@v2.12.0 |
| 56 | with: | 56 | with: |
| 57 | cache: true | 57 | cache: true |
| 58 | + - name: Version | ||
| 59 | + run: flutter doctor -v | ||
| 60 | + - name: Install dependencies | ||
| 61 | + run: flutter pub get | ||
| 58 | - name: Format | 62 | - name: Format |
| 59 | run: dart format --set-exit-if-changed . | 63 | run: dart format --set-exit-if-changed . |
-
Please register or login to post a comment