Skip to content

Add converter script to JSON-LD #18

Add converter script to JSON-LD

Add converter script to JSON-LD #18

Workflow file for this run

name: Run tests
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'
cache: 'pip'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements.txt
- name: Validate Turtle file
run: |
python -m pytest utils