Skip to content

chore(deps): bump prism-react-renderer from 2.4.0 to 2.4.1 in /docs #12

chore(deps): bump prism-react-renderer from 2.4.0 to 2.4.1 in /docs

chore(deps): bump prism-react-renderer from 2.4.0 to 2.4.1 in /docs #12

Workflow file for this run

name: mypy validation
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run mypy verification
run: |
./scripts/run_mypy.sh