Skip to content

Now we can mypy check all files in the echo dir. #46

Now we can mypy check all files in the echo dir.

Now we can mypy check all files in the echo dir. #46

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
run: |
python presubmit.py