Skip to content

Introduce type checking with pytype #1

Introduce type checking with pytype

Introduce type checking with pytype #1

Workflow file for this run

name: pytype Type Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install dependencies
run: poetry install
- name: Run pytype
run: poetry run pytype