Showing
1 changed file
with
19 additions
and
0 deletions
| @@ -25,6 +25,25 @@ jobs: | @@ -25,6 +25,25 @@ jobs: | ||
| 25 | run: flutter pub get | 25 | run: flutter pub get |
| 26 | - name: Linter | 26 | - name: Linter |
| 27 | run: flutter analyze | 27 | run: flutter analyze |
| 28 | + analysis_min_sdk: | ||
| 29 | + runs-on: ubuntu-latest | ||
| 30 | + steps: | ||
| 31 | + - uses: actions/checkout@v4.1.1 | ||
| 32 | + - uses: actions/setup-java@v3.13.0 | ||
| 33 | + with: | ||
| 34 | + java-version: 17 | ||
| 35 | + distribution: temurin | ||
| 36 | + - uses: subosito/flutter-action@v2.12.0 | ||
| 37 | + with: | ||
| 38 | + cache: true | ||
| 39 | + flutter-version: '3.0.0' | ||
| 40 | + channel: 'stable' | ||
| 41 | + - name: Version | ||
| 42 | + run: flutter doctor -v | ||
| 43 | + - name: Install dependencies | ||
| 44 | + run: flutter pub get | ||
| 45 | + - name: Linter | ||
| 46 | + run: flutter analyze | ||
| 28 | formatting: | 47 | formatting: |
| 29 | runs-on: ubuntu-latest | 48 | runs-on: ubuntu-latest |
| 30 | steps: | 49 | steps: |
-
Please register or login to post a comment