feat: Common dependency overrides #1103
validate.yaml
on: pull_request
analyze
52s
dart_version
27s
melos_flutter_deps_check
1m 29s
format
1m 2s
test_linux
1m 40s
test_macos
4m 21s
test_windows
3m 36s
Annotations
1 error, 4 warnings, and 2 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/
|
Unnecessary use of parentheses.:
packages/melos/lib/src/commands/exec.dart#L38
Try removing the parentheses.
See https://dart.dev/lints/unnecessary_parenthesis to learn more about this problem.
|
Unnecessary use of parentheses.:
packages/melos/lib/src/commands/list.dart#L77
Try removing the parentheses.
See https://dart.dev/lints/unnecessary_parenthesis to learn more about this problem.
|