fix: usage of potentially wrong melos version during script execution #1709
validate.yaml
on: pull_request
analyze
27s
dart_version
18s
melos_flutter_deps_check
22s
format
27s
test_linux
1m 41s
test_macos
2m 10s
test_windows
4m 35s
Annotations
7 errors, 8 warnings, and 4 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
|
test_linux
311 tests passed, 2 failed, 2 skipped.
|
test_linux
Process completed with exit code 1.
|
test_macos
311 tests passed, 2 failed, 2 skipped.
|
test_macos
Process completed with exit code 1.
|
test_windows
295 tests passed, 19 failed, 1 skipped.
|
test_windows
Process completed with exit code 1.
|
dart_version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
melos_flutter_deps_check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test_linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Use 'const' with the constructor to improve performance.:
packages/melos/lib/src/scripts.dart#L362
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
Missing whitespace between adjacent strings.:
packages/melos/lib/src/scripts.dart#L363
Try adding whitespace between the strings.
See https://dart.dev/lints/missing_whitespace_between_adjacent_strings to learn more about this problem.
|
Use 'const' with the constructor to improve performance.:
packages/melos/lib/src/scripts.dart#L371
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
Missing whitespace between adjacent strings.:
packages/melos/lib/src/scripts.dart#L372
Try adding whitespace between the strings.
See https://dart.dev/lints/missing_whitespace_between_adjacent_strings to learn more about this problem.
|