Skip to content
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

Update CI workflow and add code analysis #3

Merged
merged 5 commits into from
Jun 12, 2024

Conversation

sam-baraka
Copy link
Contributor

This pull request updates the CI workflow for the Flutter Con Kenya 2024 mobile application. It adds a step to analyze the code using the flutter analyze command. This step ensures that the code follows best practices and identifies any potential issues or errors. Additionally, the pull request includes the necessary configuration to build the APK and upload it as an artifact. Finally, it adds a step to create a GitHub release if the push event is a tag push. The release includes the uploaded APK as an artifact and includes a description mentioning the tag name. This pull request improves the development process by automating the build and release tasks and ensuring code quality.

.github/main.yml Outdated Show resolved Hide resolved
@sam-baraka
Copy link
Contributor Author

I think default github.token should be enough?

You're right, thanks

@chepsi chepsi enabled auto-merge June 12, 2024 10:50
@chepsi chepsi added this pull request to the merge queue Jun 12, 2024
Merged via the queue into droidconKE:main with commit 11b841f Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants