Skip to content

dev-site precious workflow on PR merge works#1568

Merged
mm-jpoole merged 4 commits intomainfrom
jpoole/format-single-file
Feb 4, 2026
Merged

dev-site precious workflow on PR merge works#1568
mm-jpoole merged 4 commits intomainfrom
jpoole/format-single-file

Conversation

@mm-jpoole
Copy link
Contributor

@mm-jpoole mm-jpoole commented Feb 4, 2026

https://linear.app/maxmind/issue/SCO-8489/dev-site-precious-workflow-on-pr-merge-works

Unfortunately prettier-markdown and format-content are still fighting each other, now over a single file.

After #1566 PR merged into main, the precious workflow runs on all files and it failed on content/geoip/geolocate-an-ip/client-side-javascript.md

Something wacky is going on here and it is breaking the precious lint --all workflow that runs on main after PRs are merged. I'll figure out why this one file always fails linting, even after tidying.

ac

  • problem file can be successfully linted

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @mm-jpoole, 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 addresses a linting issue that arose from a recent configuration update. It ensures that a specific Markdown file now adheres to the new formatting standards, preventing automated checks from failing during the merge process.

Highlights

  • Markdown Formatting: Adjusted the formatting of a Markdown table in client-side-javascript.md to comply with new linting rules. This resolves a linting failure introduced by a recent configuration change.
Changelog
  • content/geoip/geolocate-an-ip/client-side-javascript.md
    • Reformatted a Markdown table to align with updated linting rules.
Activity
  • The PR author, mm-jpoole, created this pull request to resolve a linting failure identified after a recent lint configuration change.
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.

Copy link
Contributor

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

Choose a reason for hiding this comment

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

Code Review

This pull request applies automated formatting changes to a Markdown file, content/geoip/geolocate-an-ip/client-side-javascript.md. The modifications adjust the column widths within a Markdown table to align with the project's linting rules. These changes are purely stylistic and do not alter the content. The update is correct and helps maintain code consistency.

to ensure html inside client-side-javascript.md is correctly formatted. Previously, only the nested <p> tag matched, leading to incorrect indentation. This is a unique .md file because it contains html but no {{< rawhtml >}} tag, but rather a md html code block. This is a simple fix that doesn't seem to cause any problems.
now he's with his friends in bin/ and as an added bonus he will actually be linted by the precious prettier-scripts command
it wasn't being tidied previously due to it's previous directory not being included by the precious prettier-scripts command
@mm-jpoole mm-jpoole force-pushed the jpoole/format-single-file branch from 1458fc0 to 7e45c54 Compare February 4, 2026 03:30
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 4, 2026

Deploying dev-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7e45c54
Status: ✅  Deploy successful!
Preview URL: https://bc742bb7.dev-site-4ua.pages.dev
Branch Preview URL: https://jpoole-format-single-file.dev-site-4ua.pages.dev

View logs

@mm-jpoole mm-jpoole changed the title tidy md file dev-site precious workflow on PR merge works Feb 4, 2026
@mm-jpoole mm-jpoole assigned dhogan8 and unassigned dhogan8 Feb 4, 2026
@mm-jpoole mm-jpoole requested a review from dhogan8 February 4, 2026 16:08
Copy link
Contributor

@dhogan8 dhogan8 left a comment

Choose a reason for hiding this comment

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

🔥🔥, thank you for catching this!

@mm-jpoole mm-jpoole merged commit 517634d into main Feb 4, 2026
9 of 10 checks passed
@mm-jpoole mm-jpoole deleted the jpoole/format-single-file branch February 4, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants