-
Notifications
You must be signed in to change notification settings - Fork 43
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
Feat: Implemented Flutter CI #74
Conversation
Current runner version: '2.320.0' |
I only implemented CI flow. That is the error due to the merge of the #55 The script is not correct in the code of that issue, due to which the error is popping. My script code is working properly. All the PR's that are being issued after merging of #55 are facing this issue. Please ask @KiranBaliga to look into this issue. |
@Abhi-0987 @yagnik2411 I see that greetings.yml is running successfully and looks like there might be an issue with auto-label.yml (I am not sure of it), if you are able to relate to it and if it is the cause, I sincerely apologize for the same. Please remove the file from the repo to evade further errors. I have to attend a medical situation, I regret causing further errorneous contributions. Thank you for your kind understanding! |
pubspec .lock has confilcts |
Current runner version: '2.320.0' this is coming from your file |
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.
slove confilcts
issue: #57
Implemented the CI Pipeline for the repository, and updated the Kotlin and android tools version.
From now on every PR issue and Merging, the CI will perform certain checks and the branch will be able to get merged only after the CI checks are all passed.
Make sure that you have the latest version of flutter installed before working on the project.
It can be done using flutter upgrade.
Before issuing a PR, make sure that you have performed the following commands, and all the commands are executed without any issues. If any issues are found, clear them before pushing the code.
flutter pub get
dart run dart_style:format --dry-run --set-exit-if-changed .
flutter analyze .
flutter build apk