This rule checks if your project is using Continuous Integration (CI). To learn more about what CI is, does and entails, see the description of category ci

Implementing CI requires picking a CI provider that will run the automated builds and tests. There are many CI providers available and you will have to make your own decision on which fits you best, but mllint currently recognises four CI providers, namely:

Follow your CI provider’s respective ‘Getting Started’ guide and set your project up with a pipeline to build, test and lint your project.