Skip to content

Add type information to LoggingContext.__call__ #143

Add type information to LoggingContext.__call__

Add type information to LoggingContext.__call__ #143

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install requirements
run: |
pip install tox tox-gh-actions
- name: Run tox
run: tox
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install requirements
run: |
pip install tox
- name: Run tox
run: tox -e precommit