Skip to content

Commit

Permalink
added OQuaRE ontology evoluation githubaction
Browse files Browse the repository at this point in the history
  • Loading branch information
pernisch committed Mar 28, 2024
1 parent b742014 commit af9fa69
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
on: [push]

# If repository allows actions write by default, this is not needed.
permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
name: Evaluate ontologies
steps:
- uses: actions/checkout@v4
# Configuration
# Java setup
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
# Python setup
- uses: actions/setup-python@v5
with:
python-version: '3.9'

- name: OQuaRE module
uses: kai-vu/oquare-metrics@v3.0
with:
ontology-folders: ontologies

0 comments on commit af9fa69

Please sign in to comment.