Skip to content

fix: Expose script api #1097

fix: Expose script api

fix: Expose script api #1097

Triggered via pull request November 6, 2023 15:59
Status Failure
Total duration 6m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

validate.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 4 warnings, and 4 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
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 `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/
The import of 'scripts.dart' is unnecessary because all of the used elements are also provided by the import of '../melos.dart'.: packages/melos/lib/src/workspace_configs.dart#L34
Try removing the import directive. See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
The import of 'package:melos/src/scripts.dart' is unnecessary because all of the used elements are also provided by the import of 'package:melos/melos.dart'.: packages/melos/test/command_runner_test.dart#L4
Try removing the import directive. See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
The import of 'package:melos/src/scripts.dart' is unnecessary because all of the used elements are also provided by the import of 'package:melos/melos.dart'.: packages/melos/test/commands/run_test.dart#L6
Try removing the import directive. See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
The import of 'package:melos/src/scripts.dart' is unnecessary because all of the used elements are also provided by the import of 'package:melos/melos.dart'.: packages/melos/test/workspace_config_test.dart#L21
Try removing the import directive. See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.