This repository was archived by the owner on Feb 25, 2024. It is now read-only.
File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 17
17
- uses : subosito/flutter-action@v2
18
18
with :
19
19
channel : ' stable'
20
+ flutter-version : ' 3.10.x'
20
21
21
22
- name : Get dependencies
22
23
run : flutter pub get
32
33
- uses : subosito/flutter-action@v2
33
34
with :
34
35
channel : ' stable'
36
+ flutter-version : ' 3.10.x'
35
37
36
38
- name : Get dependencies
37
39
run : flutter pub get
51
53
- uses : subosito/flutter-action@v2
52
54
with :
53
55
channel : ' stable'
56
+ flutter-version : ' 3.10.x'
54
57
55
58
- name : Check for any formatting issues
56
59
run : dart format --set-exit-if-changed .
63
66
- uses : subosito/flutter-action@v2
64
67
with :
65
68
channel : ' stable'
69
+ flutter-version : ' 3.10.x'
66
70
67
71
- name : Get dependencies
68
72
run : flutter pub get
78
82
- uses : subosito/flutter-action@v2
79
83
with :
80
84
channel : ' stable'
85
+ flutter-version : ' 3.10.x'
81
86
82
87
- name : Get dependencies
83
88
run : flutter pub get
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v2
13
13
- uses : subosito/flutter-action@v1
14
+ with :
15
+ channel : ' stable'
16
+ flutter-version : ' 3.10.x'
14
17
- uses : bluefireteam/flutter-gh-pages@v7
15
18
with :
16
19
workingDir : example
You can’t perform that action at this time.
0 commit comments