I would like to integrate Isolator++ to run on GitHub Actions so that every time I make a pull request I could run my unit tests and make sure they pass before we merge the pull request into the main branch.
This way, we can verify that no "broken" code is introduced into the main branch by accident and we don't need to rely on each developer to remember to run the unit tests locally before doing the pull request.
Do you have some kind of guide on how to do this?
Thanks,
Eyal