Skip to content

Fix syntax highlighting in README #4

Fix syntax highlighting in README

Fix syntax highlighting in README #4

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
unittests:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10", "3.12"]
runs-on: ubuntu-latest
container:
image: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: python -m unittest discover