fix: usage of potentially wrong melos version during script execution #1577
validate.yaml
on: pull_request
analyze
29s
dart_version
23s
melos_flutter_deps_check
18s
format
28s
test_linux
1m 36s
test_macos
2m 14s
test_windows
3m 3s
Annotations
7 errors, 11 warnings, and 7 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
|
test_linux
320 tests passed, 2 failed, 3 skipped.
|
test_linux
Process completed with exit code 1.
|
test_macos
320 tests passed, 2 failed, 3 skipped.
|
test_macos
Process completed with exit code 1.
|
test_windows
312 tests passed, 11 failed, 2 skipped.
|
test_windows
Process completed with exit code 1.
|
melos_flutter_deps_check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
dart_version
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
analyze
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test_linux
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test_macos
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test_windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The line length exceeds the 80-character limit.:
packages/melos/lib/src/scripts.dart#L343
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
Don't throw instances of classes that don't extend either 'Exception' or 'Error'.:
packages/melos/lib/src/scripts.dart#L361
Try throwing a different class of object.
See https://dart.dev/lints/only_throw_errors to learn more about this problem.
|
The line length exceeds the 80-character limit.:
packages/melos/lib/src/scripts.dart#L361
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
Use 'isNotEmpty' rather than negating the result of 'isEmpty'.:
packages/melos/lib/src/scripts.dart#L366
Try rewriting the expression to use 'isNotEmpty'.
See https://dart.dev/diagnostics/prefer_is_not_empty to learn more about this problem.
|
Don't throw instances of classes that don't extend either 'Exception' or 'Error'.:
packages/melos/lib/src/scripts.dart#L367
Try throwing a different class of object.
See https://dart.dev/lints/only_throw_errors to learn more about this problem.
|
The line length exceeds the 80-character limit.:
packages/melos/lib/src/scripts.dart#L367
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
Use 'isNotEmpty' rather than negating the result of 'isEmpty'.:
packages/melos/lib/src/scripts.dart#L371
Try rewriting the expression to use 'isNotEmpty'.
See https://dart.dev/diagnostics/prefer_is_not_empty to learn more about this problem.
|