File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 with :
1919 working_directory : packages/api_client
2020 flutter_channel : stable
21- flutter_version : 3.0.0
21+ flutter_version : 3.7.3
Original file line number Diff line number Diff line change 1+ name : app_ui
2+
3+ on :
4+ push :
5+ paths :
6+ - " packages/app_ui/**"
7+ - " .github/workflows/app_ui.yaml"
8+
9+ pull_request :
10+ paths :
11+ - " packages/app_ui/**"
12+ - " .github/workflows/app_ui.yaml"
13+
14+
15+ jobs :
16+ build :
17+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
18+ with :
19+ working_directory : packages/app_ui
20+ flutter_channel : stable
21+ flutter_version : 3.7.3
Original file line number Diff line number Diff line change 1+ name : authentication_repository
2+
3+ on :
4+ push :
5+ paths :
6+ - " packages/authentication_repository/**"
7+ - " .github/workflows/authentication_repository.yaml"
8+
9+ pull_request :
10+ paths :
11+ - " packages/authentication_repository/**"
12+ - " .github/workflows/authentication_repository.yaml"
13+
14+
15+ jobs :
16+ build :
17+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
18+ with :
19+ working_directory : packages/authentication_repository
20+ flutter_channel : stable
21+ flutter_version : 3.7.3
Original file line number Diff line number Diff line change 1+ name : secure_storage
2+
3+ on :
4+ push :
5+ paths :
6+ - " packages/secure_storage/**"
7+ - " .github/workflows/secure_storage.yaml"
8+
9+ pull_request :
10+ paths :
11+ - " packages/secure_storage/**"
12+ - " .github/workflows/secure_storage.yaml"
13+
14+
15+ jobs :
16+ build :
17+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
18+ with :
19+ working_directory : packages/secure_storage
20+ flutter_channel : stable
21+ flutter_version : 3.7.3
You can’t perform that action at this time.
0 commit comments