Skip to content

Add trio to projects list (#111) #361

Add trio to projects list (#111)

Add trio to projects list (#111) #361

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
pip install isort black flake8 mypy
./test.sh