Skip to content

NXPY-253: Restore capability to use the client with a local HTTP server (Sourcery refactored) #454

NXPY-253: Restore capability to use the client with a local HTTP server (Sourcery refactored)

NXPY-253: Restore capability to use the client with a local HTTP server (Sourcery refactored) #454

Workflow file for this run

name: Type annotations
on:
pull_request:
paths:
- "**/*.py"
jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: python -m pip install -U pip tox
- name: Type annotations check
run: tox -e types