Skip to content

Reformat some code #55

Reformat some code

Reformat some code #55

Workflow file for this run

name: Unit tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install tox
- run: tox -e unit