Skip to content

Finish concept of basic ontology #8

Finish concept of basic ontology

Finish concept of basic ontology #8

Workflow file for this run

name: Validate Turtle file
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements.txt
- name: Validate Turtle file
run: |
python tests/validate_ontology.py