This repository was archived by the owner on Jun 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
11
analyze :
12
12
runs-on : ubuntu-22.04
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v2
15
15
- uses : subosito/flutter-action@v2
16
16
- run : flutter pub global activate melos
17
17
- run : melos exec -- flutter pub get
20
20
format :
21
21
runs-on : ubuntu-22.04
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v2
24
24
- uses : subosito/flutter-action@v2
25
25
- run : flutter pub global activate melos
26
26
- run : melos exec -- flutter pub get
29
29
pub :
30
30
runs-on : ubuntu-22.04
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v2
33
33
- uses : subosito/flutter-action@v2
34
34
- run : flutter pub global activate melos
35
35
- run : melos exec -- flutter pub get
Original file line number Diff line number Diff line change 11
11
bundle :
12
12
runs-on : ubuntu-22.04
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v2
15
15
- uses : subosito/flutter-action@v2
16
16
- run : flutter pub global activate melos
17
17
- run : sudo apt update
24
24
snap :
25
25
runs-on : ubuntu-22.04
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v2
28
28
- uses : dart-lang/setup-dart@v1
29
29
- run : dart pub global activate melos
30
30
- run : sudo snap install --classic flutter
Original file line number Diff line number Diff line change 12
12
if : github.event_name != 'push'
13
13
runs-on : ubuntu-22.04
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v2
16
16
- uses : subosito/flutter-action@v2
17
17
- run : flutter pub global activate melos
18
18
- run : melos exec -- flutter pub get
24
24
if : github.event_name != 'push'
25
25
runs-on : ubuntu-22.04
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v2
28
28
- uses : subosito/flutter-action@v2
29
29
- run : flutter pub global activate melos
30
30
- run : melos exec -- flutter pub get
35
35
if : github.event_name != 'pull_request'
36
36
runs-on : ubuntu-22.04
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v2
39
39
- uses : subosito/flutter-action@v2
40
40
- run : flutter pub global activate melos
41
41
- run : melos exec -- flutter pub get
Original file line number Diff line number Diff line change 11
11
coverage :
12
12
runs-on : ubuntu-22.04
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v2
15
15
- uses : subosito/flutter-action@v2
16
16
- run : flutter pub global activate melos
17
17
- run : sudo apt update
27
27
run :
28
28
runs-on : ubuntu-22.04
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v2
31
31
- uses : subosito/flutter-action@v2
32
32
- run : flutter pub global activate melos
33
33
- run : melos exec -- flutter pub get
36
36
integration :
37
37
runs-on : ubuntu-22.04
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v2
40
40
- uses : subosito/flutter-action@v2
41
41
- run : flutter pub global activate melos
42
42
- run : sudo apt update
You can’t perform that action at this time.
0 commit comments