File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,8 +36,14 @@ commands:
3636 - run :
3737 name : Install and set up melos
3838 command : |
39- flutter pub global activate melos 1.3.0
40- melos bootstrap
39+ flutter pub global activate melos
40+ install_aft :
41+ steps :
42+ - run :
43+ name : Install and set up aft
44+ command : |
45+ flutter pub global activate -spath packages/aft
46+ aft bootstrap
4147 activate_pana :
4248 steps :
4349 - run :
5662 steps :
5763 - install_flutter
5864 - checkout
65+ - install_aft
5966 - install_melos
6067 - run : melos run format
6168
6471 steps :
6572 - install_flutter
6673 - checkout
74+ - install_aft
6775 - install_melos
6876 - run :
6977 name : Analyze Dart/Flutter Code
7886 steps :
7987 - install_flutter
8088 - checkout
89+ - install_aft
8190 - install_melos
8291 - activate_pana
8392 - run :
92101 steps :
93102 - install_flutter
94103 - checkout
104+ - install_aft
95105 - install_melos
96106 - run :
97107 name : Install junitreport for JUnit XML reports
@@ -125,6 +135,7 @@ jobs:
125135 steps :
126136 - install_flutter
127137 - checkout
138+ - install_aft
128139 - install_melos
129140 - run :
130141 name : Pre-start iOS simulator
@@ -161,6 +172,7 @@ jobs:
161172 steps :
162173 - install_flutter
163174 - checkout
175+ - install_aft
164176 - install_melos
165177 - run :
166178 name : Build example APKs
You can’t perform that action at this time.
0 commit comments