citrushack / cutiehack2022

Codebase for CutieHack 2022. 600+ Users
https://cutiehack2022-cutiehack2022.vercel.app/
0 stars 20 forks source link

testing ci... #33

Closed minsooerickim closed 2 years ago

minsooerickim commented 2 years ago

done

minsooerickim commented 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

minsooerickim commented 2 years ago

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.