Skip to content

NAS-132488 / 25.04 / Fix websocket connection crash #16

NAS-132488 / 25.04 / Fix websocket connection crash

NAS-132488 / 25.04 / Fix websocket connection crash #16

Workflow file for this run

name: 'pytype'
on:
pull_request:
types:
- 'synchronize'
- 'opened'
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pytype websocket-client
- name: Type-Check
run: pytype -j auto .