Skip to content

Conversation

@ramonechen
Copy link
Contributor

What?

This pull request formats all existing code in the main-preview branch to adhere to Prettier standards, as well as modifies the Prettier check GitHub Action to run on all branches for push and pull request events, not just on main and main-preview.

Why?

Previously we were getting confused as to why our GitHub Actions fails only on main-preview. Turns out the Prettier check wasn't actually running on branches outside of main-preview.

We also love enforcing opinionated code formatting everywhere in our development, so this pull request will do just that.

How?

I ran Prettier write on all the frontend code and modified the Prettier check YML.

Testing?

The Prettier check runs and passes on the latest commit of this branch.

Anything Else?

Have a nice day.

@mirmirmirr mirmirmirr merged commit 82833aa into main-preview Nov 29, 2025
3 checks passed
@mirmirmirr mirmirmirr deleted the change-prettier-check branch November 29, 2025 05:27
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.

3 participants