This commit is contained in:
Thibault Deckers 2022-03-29 12:28:40 +09:00
parent b23cad3e1b
commit 036fd40d52
2 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,9 @@ jobs:
name: Check code quality.
runs-on: ubuntu-latest
steps:
# Flutter SDK is pulled from https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json
# or, as displayed at https://docs.flutter.dev/development/tools/sdk/releases?tab=linux
# Available versions may lag behind https://github.com/flutter/flutter.git
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.10.4'

View file

@ -14,6 +14,9 @@ jobs:
with:
java-version: '11.x'
# Flutter SDK is pulled from https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json
# or, as displayed at https://docs.flutter.dev/development/tools/sdk/releases?tab=linux
# Available versions may lag behind https://github.com/flutter/flutter.git
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.10.4'