There are few steps of a CI/CD process:
On commit there is a Husky rule to lint all files.
Github Actions are performing a set of actions to check the requested code
- Dependabot checks for any outdated packages
- Codeql check for any security issues
- Build and Test checks the build and tests status
Each new commit is build and deployed by a Netlify