Skip to content

Add example for a data type annotation (two possible approaches) #212

Add example for a data type annotation (two possible approaches)

Add example for a data type annotation (two possible approaches) #212

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