Skip to content

build(deps): bump actions/checkout from 6.0.0 to 6.0.1 #89

build(deps): bump actions/checkout from 6.0.0 to 6.0.1

build(deps): bump actions/checkout from 6.0.0 to 6.0.1 #89

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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: 3.14
- name: Run mypy verification
run: |
./scripts/run_mypy.sh