CI examples

Continuous Integration services run user-defined self-checks on code on each “git push”. GitHub Actions is often the best place to start with CI. CI is one part of the DevOps lifecycle.

These services have quotas even for public Git repos:

At the time of this writing, these CI didn’t have usage quotas for public repos. They are constrainted by the number of concurrent jobs.

We have amassed numerous CI examples across programming languages, including