Skip to content

Fix Prettier check failures in markdown content - #20

Draft
animesh-garg with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-check-job-failure
Draft

animesh-garg with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-check-job-failure

Conversation

Copilot AI commented Sep 15, 2026

Copy link
Copy Markdown

The failing check GitHub Actions job was caused by Prettier rejecting a small set of markdown content files. This updates those files so the formatter passes without changing the intended page rendering.

  • Normalize unstable frontmatter

    • Simplifies the empty more_info field in /about so repeated Prettier runs stop introducing extra blank lines.
  • Preserve markdown constructs that Prettier would rewrite incorrectly

    • Adds <!-- prettier-ignore --> before the mailing-address definition list in _pages/contact.md.
    • Adds <!-- prettier-ignore --> before the manually aligned media tables in _posts/2021-09-22-remote-sim2real-trifinger.markdown.
  • Scope

    • Limits the change to the files implicated by the formatter failure; no workflow or application logic changes.

Example:

<!-- prettier-ignore -->
**Prof. Animesh Garg**
: CODA 11th Floor, Office S1145  
  756 West Peachtree Street  
  Atlanta, GA 30308

Copilot AI and others added 2 commits September 15, 2026 10:15
Co-authored-by: animesh-garg <1613964+animesh-garg@users.noreply.github.com>
Co-authored-by: animesh-garg <1613964+animesh-garg@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job check Fix Prettier check failures in markdown content Sep 15, 2026
Copilot AI requested a review from animesh-garg September 15, 2026 10:18
@github-actions

Copy link
Copy Markdown

Failed prettier code check. Check this file for more information.

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