Skip to content

chore(deps-dev): bump mypy from 1.18.2 to 1.19.0 #555

chore(deps-dev): bump mypy from 1.18.2 to 1.19.0

chore(deps-dev): bump mypy from 1.18.2 to 1.19.0 #555

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
security-events: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ping:
name: ping • ubuntu-latest
runs-on: ubuntu-latest
steps:
- run: echo "ok"
py:
name: "py / ${{ matrix.python }} • ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python: ["3.11", "3.12"]
os: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Smoke
run: python -V
# ci:nudge 20250917T164347Z