fix: Expose script api #1072
validate.yaml
on: pull_request
analyze
1m 13s
dart_version
34s
melos_flutter_deps_check
1m 26s
format
1m 23s
test_linux
2m 6s
test_macos
4m 59s
test_windows
6m 38s
Annotations
3 errors, 4 warnings, and 10 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
|
test_macos
252 tests passed, 1 failed.
|
test_macos
Process completed with exit code 1.
|
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/
|
Missing a required trailing comma.:
packages/melos/lib/src/commands/bootstrap.dart#L22
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/melos/lib/src/commands/bootstrap.dart#L167
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/melos/lib/src/commands/list.dart#L80
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/melos/lib/src/commands/list.dart#L136
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/melos/lib/src/commands/publish.dart#L81
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/melos/lib/src/commands/version.dart#L147
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/melos/lib/src/commands/version.dart#L666
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/melos/lib/src/commands/version.dart#L714
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
The variable 'package' should be final.:
packages/melos/lib/src/common/utils.dart#L594
Try making the variable final.
See https://dart.dev/lints/prefer_final_in_for_each to learn more about this problem.
|
Missing a required trailing comma.:
packages/melos/lib/src/common/utils.dart#L598
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|