|
1 | | -# Created with package:mono_repo v6.6.1 |
| 1 | +# Created with package:mono_repo v6.6.2 |
2 | 2 | name: Dart CI |
3 | 3 | on: |
4 | 4 | push: |
@@ -33,20 +33,20 @@ jobs: |
33 | 33 | name: Checkout repository |
34 | 34 | uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 |
35 | 35 | - name: mono_repo self validate |
36 | | - run: dart pub global activate mono_repo 6.6.1 |
| 36 | + run: dart pub global activate mono_repo 6.6.2 |
37 | 37 | - name: mono_repo self validate |
38 | 38 | run: dart pub global run mono_repo generate --validate |
39 | 39 | job_002: |
40 | | - name: "analysis; Dart dev; PKGS: command_line, enhanced_enums, extension_methods, ffi/hello_world, ffi/primitives, ffi/structs, ffi/system-command, ffi/test_utils, isolates, native_app, null_safety/calculate_lix, package_constraint_solver, parameters, server/google_apis, server/simple; `dart analyze --fatal-infos .`" |
| 40 | + name: "analysis; Dart dev; PKGS: command_line, enhanced_enums, extension_methods, ffi/hello_world, ffi/primitives, ffi/structs, ffi/system_command, ffi/test_utils, isolates, native_app, null_safety/calculate_lix, package_constraint_solver, parameters, server/google_apis, server/simple; `dart analyze --fatal-infos .`" |
41 | 41 | runs-on: ubuntu-latest |
42 | 42 | steps: |
43 | 43 | - name: Cache Pub hosted dependencies |
44 | 44 | uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 |
45 | 45 | with: |
46 | 46 | path: "~/.pub-cache/hosted" |
47 | | - key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system-command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple;commands:analyze" |
| 47 | + key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple;commands:analyze" |
48 | 48 | restore-keys: | |
49 | | - os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system-command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple |
| 49 | + os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple |
50 | 50 | os:ubuntu-latest;pub-cache-hosted;sdk:dev |
51 | 51 | os:ubuntu-latest;pub-cache-hosted |
52 | 52 | os:ubuntu-latest |
@@ -111,15 +111,15 @@ jobs: |
111 | 111 | run: dart analyze --fatal-infos . |
112 | 112 | if: "always() && steps.ffi_structs_pub_upgrade.conclusion == 'success'" |
113 | 113 | working-directory: ffi/structs |
114 | | - - id: ffi_system-command_pub_upgrade |
115 | | - name: "ffi/system-command; dart pub upgrade" |
| 114 | + - id: ffi_system_command_pub_upgrade |
| 115 | + name: ffi/system_command; dart pub upgrade |
116 | 116 | run: dart pub upgrade |
117 | 117 | if: "always() && steps.checkout.conclusion == 'success'" |
118 | | - working-directory: ffi/system-command |
119 | | - - name: "ffi/system-command; dart analyze --fatal-infos ." |
| 118 | + working-directory: ffi/system_command |
| 119 | + - name: "ffi/system_command; dart analyze --fatal-infos ." |
120 | 120 | run: dart analyze --fatal-infos . |
121 | | - if: "always() && steps.ffi_system-command_pub_upgrade.conclusion == 'success'" |
122 | | - working-directory: ffi/system-command |
| 121 | + if: "always() && steps.ffi_system_command_pub_upgrade.conclusion == 'success'" |
| 122 | + working-directory: ffi/system_command |
123 | 123 | - id: ffi_test_utils_pub_upgrade |
124 | 124 | name: ffi/test_utils; dart pub upgrade |
125 | 125 | run: dart pub upgrade |
@@ -195,16 +195,16 @@ jobs: |
195 | 195 | needs: |
196 | 196 | - job_001 |
197 | 197 | job_003: |
198 | | - name: "analysis; Dart dev; PKGS: command_line, enhanced_enums, extension_methods, ffi/hello_world, ffi/primitives, ffi/structs, ffi/system-command, ffi/test_utils, isolates, native_app, null_safety/calculate_lix, package_constraint_solver, parameters, server/google_apis, server/simple; `dart format --output=none --set-exit-if-changed .`" |
| 198 | + name: "analysis; Dart dev; PKGS: command_line, enhanced_enums, extension_methods, ffi/hello_world, ffi/primitives, ffi/structs, ffi/system_command, ffi/test_utils, isolates, native_app, null_safety/calculate_lix, package_constraint_solver, parameters, server/google_apis, server/simple; `dart format --output=none --set-exit-if-changed .`" |
199 | 199 | runs-on: ubuntu-latest |
200 | 200 | steps: |
201 | 201 | - name: Cache Pub hosted dependencies |
202 | 202 | uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 |
203 | 203 | with: |
204 | 204 | path: "~/.pub-cache/hosted" |
205 | | - key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system-command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple;commands:format" |
| 205 | + key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple;commands:format" |
206 | 206 | restore-keys: | |
207 | | - os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system-command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple |
| 207 | + os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple |
208 | 208 | os:ubuntu-latest;pub-cache-hosted;sdk:dev |
209 | 209 | os:ubuntu-latest;pub-cache-hosted |
210 | 210 | os:ubuntu-latest |
@@ -269,15 +269,15 @@ jobs: |
269 | 269 | run: "dart format --output=none --set-exit-if-changed ." |
270 | 270 | if: "always() && steps.ffi_structs_pub_upgrade.conclusion == 'success'" |
271 | 271 | working-directory: ffi/structs |
272 | | - - id: ffi_system-command_pub_upgrade |
273 | | - name: "ffi/system-command; dart pub upgrade" |
| 272 | + - id: ffi_system_command_pub_upgrade |
| 273 | + name: ffi/system_command; dart pub upgrade |
274 | 274 | run: dart pub upgrade |
275 | 275 | if: "always() && steps.checkout.conclusion == 'success'" |
276 | | - working-directory: ffi/system-command |
277 | | - - name: "ffi/system-command; dart format --output=none --set-exit-if-changed ." |
| 276 | + working-directory: ffi/system_command |
| 277 | + - name: "ffi/system_command; dart format --output=none --set-exit-if-changed ." |
278 | 278 | run: "dart format --output=none --set-exit-if-changed ." |
279 | | - if: "always() && steps.ffi_system-command_pub_upgrade.conclusion == 'success'" |
280 | | - working-directory: ffi/system-command |
| 279 | + if: "always() && steps.ffi_system_command_pub_upgrade.conclusion == 'success'" |
| 280 | + working-directory: ffi/system_command |
281 | 281 | - id: ffi_test_utils_pub_upgrade |
282 | 282 | name: ffi/test_utils; dart pub upgrade |
283 | 283 | run: dart pub upgrade |
@@ -353,16 +353,16 @@ jobs: |
353 | 353 | needs: |
354 | 354 | - job_001 |
355 | 355 | job_004: |
356 | | - name: "analysis; Dart stable; PKGS: command_line, enhanced_enums, extension_methods, ffi/hello_world, ffi/primitives, ffi/structs, ffi/system-command, ffi/test_utils, isolates, native_app, null_safety/calculate_lix, parameters, server/google_apis, server/simple; `dart analyze --fatal-infos .`" |
| 356 | + name: "analysis; Dart stable; PKGS: command_line, enhanced_enums, extension_methods, ffi/hello_world, ffi/primitives, ffi/structs, ffi/system_command, ffi/test_utils, isolates, native_app, null_safety/calculate_lix, parameters, server/google_apis, server/simple; `dart analyze --fatal-infos .`" |
357 | 357 | runs-on: ubuntu-latest |
358 | 358 | steps: |
359 | 359 | - name: Cache Pub hosted dependencies |
360 | 360 | uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 |
361 | 361 | with: |
362 | 362 | path: "~/.pub-cache/hosted" |
363 | | - key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system-command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple;commands:analyze" |
| 363 | + key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple;commands:analyze" |
364 | 364 | restore-keys: | |
365 | | - os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system-command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple |
| 365 | + os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple |
366 | 366 | os:ubuntu-latest;pub-cache-hosted;sdk:stable |
367 | 367 | os:ubuntu-latest;pub-cache-hosted |
368 | 368 | os:ubuntu-latest |
@@ -427,15 +427,15 @@ jobs: |
427 | 427 | run: dart analyze --fatal-infos . |
428 | 428 | if: "always() && steps.ffi_structs_pub_upgrade.conclusion == 'success'" |
429 | 429 | working-directory: ffi/structs |
430 | | - - id: ffi_system-command_pub_upgrade |
431 | | - name: "ffi/system-command; dart pub upgrade" |
| 430 | + - id: ffi_system_command_pub_upgrade |
| 431 | + name: ffi/system_command; dart pub upgrade |
432 | 432 | run: dart pub upgrade |
433 | 433 | if: "always() && steps.checkout.conclusion == 'success'" |
434 | | - working-directory: ffi/system-command |
435 | | - - name: "ffi/system-command; dart analyze --fatal-infos ." |
| 434 | + working-directory: ffi/system_command |
| 435 | + - name: "ffi/system_command; dart analyze --fatal-infos ." |
436 | 436 | run: dart analyze --fatal-infos . |
437 | | - if: "always() && steps.ffi_system-command_pub_upgrade.conclusion == 'success'" |
438 | | - working-directory: ffi/system-command |
| 437 | + if: "always() && steps.ffi_system_command_pub_upgrade.conclusion == 'success'" |
| 438 | + working-directory: ffi/system_command |
439 | 439 | - id: ffi_test_utils_pub_upgrade |
440 | 440 | name: ffi/test_utils; dart pub upgrade |
441 | 441 | run: dart pub upgrade |
@@ -502,16 +502,16 @@ jobs: |
502 | 502 | needs: |
503 | 503 | - job_001 |
504 | 504 | job_005: |
505 | | - name: "analysis; Dart stable; PKGS: command_line, enhanced_enums, extension_methods, ffi/hello_world, ffi/primitives, ffi/structs, ffi/system-command, ffi/test_utils, isolates, native_app, null_safety/calculate_lix, parameters, server/google_apis, server/simple; `dart format --output=none --set-exit-if-changed .`" |
| 505 | + name: "analysis; Dart stable; PKGS: command_line, enhanced_enums, extension_methods, ffi/hello_world, ffi/primitives, ffi/structs, ffi/system_command, ffi/test_utils, isolates, native_app, null_safety/calculate_lix, parameters, server/google_apis, server/simple; `dart format --output=none --set-exit-if-changed .`" |
506 | 506 | runs-on: ubuntu-latest |
507 | 507 | steps: |
508 | 508 | - name: Cache Pub hosted dependencies |
509 | 509 | uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 |
510 | 510 | with: |
511 | 511 | path: "~/.pub-cache/hosted" |
512 | | - key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system-command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple;commands:format" |
| 512 | + key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple;commands:format" |
513 | 513 | restore-keys: | |
514 | | - os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system-command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple |
| 514 | + os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple |
515 | 515 | os:ubuntu-latest;pub-cache-hosted;sdk:stable |
516 | 516 | os:ubuntu-latest;pub-cache-hosted |
517 | 517 | os:ubuntu-latest |
@@ -576,15 +576,15 @@ jobs: |
576 | 576 | run: "dart format --output=none --set-exit-if-changed ." |
577 | 577 | if: "always() && steps.ffi_structs_pub_upgrade.conclusion == 'success'" |
578 | 578 | working-directory: ffi/structs |
579 | | - - id: ffi_system-command_pub_upgrade |
580 | | - name: "ffi/system-command; dart pub upgrade" |
| 579 | + - id: ffi_system_command_pub_upgrade |
| 580 | + name: ffi/system_command; dart pub upgrade |
581 | 581 | run: dart pub upgrade |
582 | 582 | if: "always() && steps.checkout.conclusion == 'success'" |
583 | | - working-directory: ffi/system-command |
584 | | - - name: "ffi/system-command; dart format --output=none --set-exit-if-changed ." |
| 583 | + working-directory: ffi/system_command |
| 584 | + - name: "ffi/system_command; dart format --output=none --set-exit-if-changed ." |
585 | 585 | run: "dart format --output=none --set-exit-if-changed ." |
586 | | - if: "always() && steps.ffi_system-command_pub_upgrade.conclusion == 'success'" |
587 | | - working-directory: ffi/system-command |
| 586 | + if: "always() && steps.ffi_system_command_pub_upgrade.conclusion == 'success'" |
| 587 | + working-directory: ffi/system_command |
588 | 588 | - id: ffi_test_utils_pub_upgrade |
589 | 589 | name: ffi/test_utils; dart pub upgrade |
590 | 590 | run: dart pub upgrade |
|
0 commit comments