updated definition and has_dbxref of TGEMO_00204 #25
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/[email protected] | |
- 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 |