Skip to content

Add LinkML schema for metadata files and the ability to generate docs and pydantic classes from the schema. #71

Add LinkML schema for metadata files and the ability to generate docs and pydantic classes from the schema.

Add LinkML schema for metadata files and the ability to generate docs and pydantic classes from the schema. #71

Workflow file for this run

name: Python Linting
on:
pull_request:
push:
branches: [main]
jobs:
pre_commit_checks:
name: pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: check backend
uses: pre-commit/action@v3.0.0