Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 519 Bytes

ci_cd.md

File metadata and controls

23 lines (13 loc) · 519 Bytes

CI/CD

⬅️ Readme

There are few steps of a CI/CD process:

Commit

On commit there is a Husky rule to lint all files.

Merge request

Github Actions are performing a set of actions to check the requested code

On main branches (master, development)

  • Dependabot checks for any outdated packages
  • Codeql check for any security issues
  • Build and Test checks the build and tests status

On master (release) branch

Each new commit is build and deployed by a Netlify