Add missing homozygous definition from GENO #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate TGEMO.OWL | |
on: [push] | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: Download ROBOT | |
run: wget -O robot.jar https://github.com/ontodev/robot/releases/download/v1.9.5/robot.jar | |
- name: Validate TGEMO.OWL | |
run: make check |