-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#82 introduce melos and dvmx #101
Feature/#82 introduce melos and dvmx #101
Conversation
Ready for review 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yamasaki-pan961
Thank you!
Could you please rewrite the GitHub Actions workflow using the following GitHub Action?
https://github.com/blendfactory/dvm-config-action
docs/contributing/GET_STARTED.md
Outdated
```bash | ||
dvm use | ||
``` | ||
1. Run the command `dvm dart --version` to check the version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed: 8100782
"type": "dart", | ||
"program": "bin/check_lint_rules_identity.dart", | ||
"args": [ | ||
"input_example/no_diff_version_paths.txt", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to use it!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
Issue
Overview (Required)
Links
In some cases, melos commands and scripts do not work because melos and Version Manage are not compatible.
sdkPath
is not working when flutter is not on the global path invertase/melos#616