Skip to content

Commit

Permalink
Update reasoning.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joergwa committed Sep 20, 2024
1 parent 62521f0 commit dcf5028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reasoning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Validate pmd-core.ttl by reasoning with ELK
run: |
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 main/pmd-core.ttl --output main/pmd-core-reasoned.ttl

0 comments on commit dcf5028

Please sign in to comment.