Skip to content

Bump up version

Bump up version #36

Workflow file for this run

---
name: Test ontology
on:
push:
branches:
- main
paths:
- '**.owl'
- '**.rdf'
- '**.ttl'
- '.github/workflows/test.yml'
pull_request:
branches:
- main
paths:
- '**.owl'
- '**.rdf'
- '**.ttl'
- '.github/workflows/test.yml'
jobs:
test:
runs-on: ubuntu-latest
container: obolibrary/odklite
steps:
- uses: actions/checkout@v4
- run: check-rdfxml gfo-light.owl
- run: check-rdfxml modules/gfo-base.owl
- run: robot reason --input gfo-light.owl
- run: robot reason --input modules/gfo-base.owl