mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-15 19:41:36 +08:00
Switch to flutter-actions/setup-flutter@v4 with Flutter 3.32.6
Matches local Flutter version to ensure consistent dart formatting
This commit is contained in:
parent
d101de294d
commit
c26c163d73
13
.github/workflows/format-check-dart.yml
vendored
13
.github/workflows/format-check-dart.yml
vendored
@ -10,16 +10,17 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
- name: Setup Flutter SDK
|
||||
uses: flutter-actions/setup-flutter@v4
|
||||
with:
|
||||
flutter-version: '3.24.0'
|
||||
channel: 'stable'
|
||||
channel: stable
|
||||
version: 3.32.6
|
||||
|
||||
- name: Check dart format version
|
||||
- name: Check Flutter and Dart versions
|
||||
run: |
|
||||
dart format --version
|
||||
flutter --version
|
||||
dart --version
|
||||
dart format --version
|
||||
|
||||
- name: Resolve Flutter packages
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user