Skip to content

Bump actions/upload-artifact from 4 to 5 #162

Bump actions/upload-artifact from 4 to 5

Bump actions/upload-artifact from 4 to 5 #162

Workflow file for this run

name: check
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
check:
strategy:
matrix:
os: [ubuntu, windows, macos]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v6
with:
version: latest
python-version: ${{ matrix.python-version }}
- name: Run type checks
run: uv run mypy .