Skip to content

Remove ResearchContributor class #214

Remove ResearchContributor class

Remove ResearchContributor class #214

Workflow file for this run

name: Model checks
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: Run checks
run: |
make check-models