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:
The cause of failure in this log is that the prettier --check app command returned an exit code of 1, indicating that there were code style issues found in the app/routes/queries._index.tsx file. The error message also suggests that the user may have forgotten to run Prettier before running the command. This resulted in the overall process completing with an exit code of 1, indicating a failure.