Skip to content

build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#81) #78

build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#81)

build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#81) #78

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: 3.14
- name: Run mypy verification
run: |
./scripts/run_mypy.sh