Skip to content

Update README.md formatting πŸ“ #18

Update README.md formatting πŸ“

Update README.md formatting πŸ“ #18

Workflow file for this run

name: πŸ§ͺ Testing
on: [push, pull_request]
jobs:
test:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest