Skip to content

Fix verify CI failure from Prettier drift in foundations-page - #53

Merged
vinutv merged 2 commits into
mainfrom
copilot/fix-verify-github-actions-job
Aug 28, 2026
Merged

Fix verify CI failure from Prettier drift in foundations-page#53
vinutv merged 2 commits into
mainfrom
copilot/fix-verify-github-actions-job

Conversation

Copilot AI commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

The verify GitHub Actions job failed at the formatting gate, blocking the pipeline despite passing lint/type/build stages. The failure was isolated to src/components/foundations-page.tsx and caused by Prettier drift.

  • Root cause

    • pnpm run format:check flagged formatting violations in src/components/foundations-page.tsx.
  • Change applied

    • Applied a formatting-only update to src/components/foundations-page.tsx (line wrapping + whitespace normalization).
    • No behavioral, API, or registry-generation logic changes.
  • Why this unblocks CI

    • Aligns the file with repository formatting rules used by the verify workflow.
// before
text color with no configuration, and brightens automatically in
dark mode. Use it for streaming/generating states {" "}

// after
text color with no configuration, and brightens automatically in dark
mode. Use it for streaming/generating states {" "}

Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 28, 2026

Copy link
Copy Markdown

Deploying careui with  Cloudflare Pages  Cloudflare Pages

Latest commit: b5bdab2
Status: ✅  Deploy successful!
Preview URL: https://4be13f86.careui.pages.dev
Branch Preview URL: https://copilot-fix-verify-github-ac.careui.pages.dev

View logs

Copilot AI changed the title [WIP] Fix failing GitHub Actions job verify Fix verify CI failure from Prettier drift in foundations-page Aug 28, 2026
Copilot AI requested a review from vinutv August 28, 2026 20:36
@vinutv
vinutv marked this pull request as ready for review August 28, 2026 20:39
@vinutv
vinutv merged commit b778ee5 into main Aug 28, 2026
2 checks passed
@vinutv
vinutv deleted the copilot/fix-verify-github-actions-job branch August 28, 2026 20:39
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