Skip to content

Merge pull request #28 from tswast/add-session-read-ibis-165719865497… #76

Merge pull request #28 from tswast/add-session-read-ibis-165719865497…

Merge pull request #28 from tswast/add-session-read-ibis-165719865497… #76

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: mypy
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.13"
steps:
- uses: actions/checkout@v4
- name: Install uv and set the python version
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
- name: Install the project
run: uv sync --locked --all-extras --dev
- name: Run type checker
run: uv run mypy leanframe tests