Closed sweep-ai[bot] closed 10 months ago
src/components/customProfile.tsx
✓
Check src/components/customProfile.tsx with contents:
Ran GitHub Actions for feecdbc07f9533ba9c843b633df8069abfc2afef:
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
echoes | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Dec 29, 2023 9:09am |
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run npm run format-check yielded the following error: ##[error]Process completed with exit code 1. Here are the logs: > ***@0.1.0 format-check > prettier --check "******.(ts|tsx)" Checking formatting... [warn] src***components***customProfile.tsx [warn] Code style issues found in the above file. Run Prettier to fix. ```
PR Feedback (click)
src/components/customProfile.tsx
file that were causing the GitHub Actions run to fail. The Prettier formatter was run on the file to automatically fix the formatting issues.Summary of Changes
src/components/customProfile.tsx
to fix the formatting issues.After these changes, the GitHub Actions run should pass successfully without any formatting errors.