Skip to content

Commit

Permalink
Merge branch 'develop-3.0.0' of https://github.com/materialdigital/co…
Browse files Browse the repository at this point in the history
…re-ontology into develop-3.0.0
  • Loading branch information
joergwa committed Sep 20, 2024
2 parents dfd9713 + a01c5bf commit 177c21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HTML
on:
push:
branches:
- main
- develop-3.0.0
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/reasoning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
path: main
- name: Validate pmd-core.ttl by reasoning with ELK
run: |
cd main
curl -L -o robot.jar "https://github.com/ontodev/robot/releases/latest/download/robot.jar"
java -jar robot.jar reason --reasoner elk --input main/pmd-core.ttl --output main/pmd-core-reasoned.ttl
java -jar robot.jar reason --catalog catalog-v001.xml --reasoner elk --input pmd-core.ttl --output pmd-core-reasoned.ttl

0 comments on commit 177c21d

Please sign in to comment.