Skip to content

Add karyotype to the docs #1399

Add karyotype to the docs

Add karyotype to the docs #1399

Workflow file for this run

name: linting
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
linting:
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- name: Run pre-commit checks
uses: pre-commit/[email protected]
- name: Install package
run: pip install .[dev]
- name: Run mypy
run: |
mypy malariagen_data tests --ignore-missing-imports