Skip to content

updated excel

updated excel #402

Workflow file for this run

name: Check schema - linkml linter
on: push
jobs:
check-schema:
name: Check schema linkml linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: >-
pip install -r requirements.txt
- name: Check schema
run: >-
./scripts/schema_linter.py