updated excel #402
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |