Build & Test With Jest on Github Actions Every Branch#23
Build & Test With Jest on Github Actions Every Branch#23stevenzeiler wants to merge 6 commits intoyours-org:masterfrom
Conversation
…t Component (yours-org#16) Co-authored-by: Zack Wins <el_hefe@mbp.attlocal.net>
Co-authored-by: Zack Wins <el_hefe@mbp.attlocal.net>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
30b6f7a to
a4e9619
Compare
|
@rxxndy what do you think of this approach? |
|
@owenkellogg I like the idea of this. Give me some more time to read through this first |
|
@owenkellogg do you know if there is a way to ensure |
Yes, you can ensure that Here's a step-by-step guide to setting this up in your project: Step 1: Install the Necessary PackagesFirst, you need to install npm install --save-dev husky lint-staged prettierOr if you're using Yarn: yarn add --dev husky lint-staged prettierStep 2: Set Up
|
This establishes a process for automatic building and testing on every commit. That way everyone involved can know that high code quality is always maintained.
Next steps can include:
next lintto ensure code quality