ff14-advanced-market-search / saddlebag-with-pockets

This is the Frontend for the FF14 Marketplace

Home Page:https://saddlebagexchange.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed GitHub Action: Test Workflow

cohenaj194 opened this issue · comments

The GitHub Action Test Workflow failed.

Logs: View Logs

Analysis:
Cause of failure: The command prettier --check app failed with exit code 1, indicating that there are code style issues in the file app/routes/queries._index.tsx.

Recommendation for fix: To fix this issue, you should run Prettier on the file app/routes/queries._index.tsx to automatically format the code and resolve the code style issues. You can do this by running the command prettier --write app/routes/queries._index.tsx before running the original command prettier --check app. This will ensure that the code style issues are fixed and the command runs successfully without any errors.