commonly referenced key pointf of continuous integration code example
Example: What is continuous Integration
CI is a development practice that requires developers to integrate code into
a shared repository several times a day.
Every time the software’s code is changed, it is built and tested automatically