sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.18k stars 743 forks source link

feat: Integrate code-check into the CI pipeline #2

Closed SameerJadav closed 1 year ago

SameerJadav commented 1 year ago

Automated Linting and Typechecking

Implemented a GitHub workflow to automate the process of linting and typechecking on every push and pull request.

Note: Before merging, please update to pnpm 8.6.0 to ensure compatibility with the new workflow.

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @sadmann7 on Vercel.

@sadmann7 first needs to authorize it.

sadmann7 commented 1 year ago

Thanks