Skip to content

chore(deps): update astral-sh/setup-uv digest to 887a942 #30

chore(deps): update astral-sh/setup-uv digest to 887a942

chore(deps): update astral-sh/setup-uv digest to 887a942 #30

Workflow file for this run

name: Check - mypy
on:
pull_request:
paths:
- "**.py"
- "**/py.typed"
- ".github/actions/uv-project-setup/**"
- ".github/workflows/check-mypy.yaml"
- "pyproject.toml"
- "uv.lock"
workflow_call:
workflow_dispatch:
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup project
uses: ./.github/actions/uv-project-setup
- name: Check mypy
run: uv run poe check:mypy