Update README.md #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: Companion-Queries |