File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ jobs:
1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - uses : dart-lang/setup-dart@v1
16+ - uses : actions/checkout@v4
17+
18+ - uses : subosito/flutter-action@v2
1719 with :
18- sdk : stable
20+ channel : ' stable'
1921
2022 - name : Install dependencies
21- run : dart pub get
23+ run : flutter pub get
2224
2325 - name : Verify formatting
2426 run : dart format --output=none . || true
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : dart-lang/setup-dart@v1
12+ - uses : subosito/flutter-action@v2
13+ with :
14+ channel : ' stable'
1315
1416 - name : Install dependencies
15- run : dart pub get
17+ run : flutter pub get
1618
1719 - name : Enforce Formatting
1820 run : dart format --output=none . || true
You can’t perform that action at this time.
0 commit comments