-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build & Test With Jest on Github Actions Every Branch #23
base: master
Are you sure you want to change the base?
Conversation
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 prettier Or if you're using Yarn: yarn add --dev husky lint-staged prettier Step 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 lint
to ensure code quality