Skip to content

NAS-130887 / 25.04 / Remove typing.NotRequired for Python 3.10 compatibility #11

NAS-130887 / 25.04 / Remove typing.NotRequired for Python 3.10 compatibility

NAS-130887 / 25.04 / Remove typing.NotRequired for Python 3.10 compatibility #11

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 .