Skip to content

Refactor Formatter and update version in pyproject.toml #20

Refactor Formatter and update version in pyproject.toml

Refactor Formatter and update version in pyproject.toml #20

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Test it
run: |
pipx install poetry
poetry install
poetry run pytest