Skip to content

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs (#1223) #173

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs (#1223)

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs (#1223) #173

Workflow file for this run

name: Run mypy validation
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
python-version: ["3.12"]
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