Skip to content

German translations of rdfs:label values and (some) summaries (#41) #57

German translations of rdfs:label values and (some) summaries (#41)

German translations of rdfs:label values and (some) summaries (#41) #57

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
# - run: |
# result=$(robot report --input gfo-light.owl --profile qc_report/profile.txt)
# echo "::notice file=gfo-light.owl::$result"
- run: |
result=$(robot report --input modules/gfo-base.owl --profile qc_report/profile.txt)
echo "::notice file=modules/gfo-base.owl::$result"