Is your feature request related to a problem? Please describe.
To keep the project attained to the highest standards in reliability and security, it is needed to implements a good set of CI/CD pipelines.
Describe the solution you'd like
- Implement regression tests workflow on each PR opened.
- Implement type checking workflow on each PR opened or updated.
- Implement a workflow to evaluate if the new increment is covered by tests on each PR opened or updated.
- Implement a workflow to run and commit changes for the formatter on each PR opened or updated.
- Implement code review and static analysis workflows for each PR opened or updated.
Is your feature request related to a problem? Please describe.
To keep the project attained to the highest standards in reliability and security, it is needed to implements a good set of CI/CD pipelines.
Describe the solution you'd like