Skip to content

Some documentation on the open-world nature of the schema #203

Some documentation on the open-world nature of the schema

Some documentation on the open-world nature of the schema #203

name: Validate examples and verify unmodified conversion
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Patch linkml
run: |
tools/patch_linkml
- name: Validate
run: |
make check-validation