Skip to content

fix: usage of potentially wrong melos version during script execution #1577

fix: usage of potentially wrong melos version during script execution

fix: usage of potentially wrong melos version during script execution #1577

Re-run triggered October 29, 2024 13:12
Status Failure
Total duration 3m 20s
Artifacts

validate.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.