Skip to content

Update crudtypes.ttl #155

Update crudtypes.ttl

Update crudtypes.ttl #155

Workflow file for this run

name: Validate vocabularies
on:
# Make workflow callable.
workflow_call:
pull_request:
types: [opened, synchronize, reopened]
env:
PYTHON_VERSION: "3.11"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Use Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Run validation with pytest
run: python -m pytest