Skip to content

Add typos workflow and Fixed typo#36

Merged
ksg97031 merged 3 commits into
ksg97031:trunkfrom
hahwul:add-typos-ci-and-fixed-typo
Jan 14, 2026
Merged

Add typos workflow and Fixed typo#36
ksg97031 merged 3 commits into
ksg97031:trunkfrom
hahwul:add-typos-ci-and-fixed-typo

Conversation

@hahwul

@hahwul hahwul commented Jan 13, 2026

Copy link
Copy Markdown
Contributor

This PR introduces a typo-checking workflow and corrects an existing typo in the code.

@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello @hahwul, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on enhancing code quality and readability by addressing minor typographical errors and formatting inconsistencies across several Python files. These changes contribute to a cleaner and more maintainable codebase.

Highlights

  • Typo Correction: Corrected a spelling error from "target_activty" to "target_activity" in the get_main_activity function within scripts/apk_utils.py.
  • Docstring Typo Fix: Fixed a typo in the docstring for the modify_manifest function in scripts/cli.py, changing "permssions" to "permissions".
  • Code Formatting: Removed unnecessary trailing whitespace in multiple sections of scripts/cli.py to improve code consistency and adherence to style guidelines.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/typos.yml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@sonarqubecloud

sonarqubecloud Bot commented Jan 13, 2026

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is a solid set of improvements. The typo corrections in scripts/apk_utils.py and scripts/cli.py are spot on and enhance code clarity. The removal of trailing whitespace is a nice touch for code hygiene. All changes are correct and contribute positively to the codebase. Good work.

@ksg97031 ksg97031 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hahwul
감사합니다!!

@ksg97031 ksg97031 merged commit 168e5b3 into ksg97031:trunk Jan 14, 2026
4 checks passed
@hahwul hahwul deleted the add-typos-ci-and-fixed-typo branch January 14, 2026 04:36
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.

2 participants