Skip to content

build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 #106

build(deps): bump actions/setup-python from 6.1.0 to 6.2.0

build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 #106

Workflow file for this run

name: Run mypy validation
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
permissions:
contents: read
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: 3.14
- name: Run mypy verification
run: |
./scripts/run_mypy.sh