Closed minsooerickim closed 2 years ago
okay this should work correctly now; here is the pipeline running correctly https://github.com/minsooerickim/cutiehack2022/runs/7513056897?check_suite_focus=true
yarn format
should automatically format everything under pages/
and components/
to follow our defined rules in .prettierrc
at the root of the project
The pipeline essentially runs a command that checks everything under pages/
and components/
match the rules defined in .prettierrc
to ensure we don't merge in code that aren't consistent with the rest of the project.
done