Skip to content

Commit

Permalink
automated deviation check to other ontologies using ABECTO
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Jul 19, 2022
1 parent 8308ad9 commit c904f9b
Show file tree
Hide file tree
Showing 2 changed files with 838 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/unit-ontology-comparison.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Unit Ontology Comparison
on: [push, pull_request, workflow_dispatch]

jobs:
compare:
runs-on: ubuntu-latest
container: ghcr.io/fusion-jena/abecto:latest
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Run ABECTO Unit Ontology Comparison
run: abecto --reportOn "http://qudt.org/" --export deviations=unit-ontology-comparison-deviations-qudt.csv --failOnDeviation unit-ontology-comparison.trig
- name: Archive QUDT deviations report
if: always()
uses: actions/upload-artifact@v2
with:
name: QUDT deviations report
path: unit-ontology-comparison-deviations-qudt.csv
Loading

0 comments on commit c904f9b

Please sign in to comment.