Continuous Integration
RadGrad uses GitHub Actions to automatically run ESLint, unit tests, integration tests, and acceptance tests each time a commit is made to the master branch.
You can see the results of all recent "workflows" at https://github.com/radgrad/radgrad2/actions.
The workflow definition file is quite simple and is located at .github/workflows/ci.yml.