This example project includes features for build automation and dependency management. You can walkthrough command scripts you have in your project, such as how to clean, test, and run the project.
This project uses GitHub Actions for CI. The project comes with the necessary GitHub Actions configurations files (in the .github/workflows
folder). No further setting up required.
As part of CI, this project tracks code coverage as well.
Your CI can include some repository-wide checks. These repository-wide checks cover all files in the repository. They check for repository rules which are hard to enforce on development machines such as line ending requirements.
Here are the steps to create a new release.