Skip to content

chore: fix repository format check - #14

Merged
emnl51 merged 4 commits into
mainfrom
agent/fix-repo-format-check
Aug 7, 2026
Merged

emnl51 merged 4 commits into
mainfrom
agent/fix-repo-format-check

Conversation

@emnl51

@emnl51 emnl51 commented Aug 7, 2026

Copy link
Copy Markdown
Owner

What changed

Applied the repository's existing Prettier configuration to the four files reported by the failing Format check job:

  • apps/web/app/bounties/new/page.tsx
  • apps/web/app/connect/page.tsx
  • apps/web/app/docs/page.tsx
  • apps/web/components/site-footer.tsx

Root cause

The CI workflow runs prettier --check ., so formatting drift in these pre-existing files caused the complete job to fail even though the agent profile files themselves were formatted correctly.

Impact

Formatting only. No runtime behavior, API contract, or page content was changed.

Validation

  • repository-wide prettier --check . passes
  • web TypeScript check passes
  • Next.js 15 production build passes

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@emnl51
emnl51 marked this pull request as ready for review August 7, 2026 08:58
@emnl51
emnl51 merged commit 8be0cb3 into main Aug 7, 2026
1 check passed
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.

1 participant