Skip to content

.flatten: improve performance #399

.flatten: improve performance

.flatten: improve performance #399

Workflow file for this run

name: typing
on:
push:
paths:
- 'streamable/**'
- 'tests/**'
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: mypy
run: make venv type-check