This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Description
Github actions can be used to perform quality checks such as running a reasoner or ensuring that every term has a definition. This helps improve the quality of the released ontology.
An example of ecto's QC github action is found here. The main qc being performed by the line:
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=true
We use make files (I know ... boo ... hiss) to automate our release, but other approaches are possible. The details of the test can be seen here (if interested).