Skip to content

Convert type comments to Python ≥ 3.6 variable annotations. #75

Convert type comments to Python ≥ 3.6 variable annotations.

Convert type comments to Python ≥ 3.6 variable annotations. #75

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install -r requirements.txt
- run: ./example-lint