Add a workflow to validate the ontology #1
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: ci | |
on: [push] | |
jobs: | |
ci: | |
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 |