Skip to content

Fix(typing): mypy errors #278

Fix(typing): mypy errors

Fix(typing): mypy errors #278

Workflow file for this run

name: Typechecker
on:
pull_request:
push:
branches: [ main ]
jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: pip install ".[all]"
- name: Type Check (mypy)
run: mypy src/lean_dojo