AyushBehl / github_actions

0 stars 0 forks source link

Required things for workflow in a repo for Continuous Integration

  1. Automate Build
  2. Introduce Automated Tests: a. Unit Test b. Integration Test
  3. Linting the code
  4. Security checks / Scanning

These steps are triggered on creation of Pull Request After merging the PR if all checks are passed, re-run these jobs again for knowing it is continuously integrated