Skip to content

chore: fix warnings in tests #150

chore: fix warnings in tests

chore: fix warnings in tests #150

Workflow file for this run

name: Run pytype validation
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
strategy:
matrix:
python-version: ["3.11"]
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 pytype verification
run: |
./scripts/run_pytype.sh