Github Actions
We provide a number of Github Actions to help with the development process. These actions are defined in the .github/workflows directory of the repository.
- docker.yml: This action builds the Docker image for ALU and pushes it to the Github Container Registry.
- docs.yml: This action builds the documentation site and pushes it to https://alu-docs.seaspraylabs.com.
- prs.yml: This action runs the tests and linters on pull requests. The results are sent to a Sonar server at http://alu-sonar.seaspraylabs.com.