chore: Update min version of Dart SDK to 3.0.0 #1186
validate.yaml
on: pull_request
analyze
29s
dart_version
22s
melos_flutter_deps_check
15s
format
30s
test_linux
1m 7s
test_macos
3m 16s
test_windows
3m 31s
Annotations
1 error, 4 warnings, and 3 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 'break' statement.:
packages/melos/lib/src/common/versioning.dart#L329
Try removing the 'break'.
See https://dart.dev/lints/unnecessary_breaks to learn more about this problem.
|
Unnecessary 'break' statement.:
packages/melos/lib/src/common/versioning.dart#L333
Try removing the 'break'.
See https://dart.dev/lints/unnecessary_breaks to learn more about this problem.
|
Unnecessary 'break' statement.:
packages/melos/lib/src/common/versioning.dart#L336
Try removing the 'break'.
See https://dart.dev/lints/unnecessary_breaks to learn more about this problem.
|