Skip to content

Bump mypy from 1.19.0 to 1.19.1 #54

Bump mypy from 1.19.0 to 1.19.1

Bump mypy from 1.19.0 to 1.19.1 #54

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Run CI (make)
run: make