Skip to content

Allow an UpdateStatuses instance to be passed in to wrapper #119

Allow an UpdateStatuses instance to be passed in to wrapper

Allow an UpdateStatuses instance to be passed in to wrapper #119

Workflow file for this run

name: Coverage, mypi
on:
push:
workflow_dispatch:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox
run: tox -e coverage,mypy