Skip to content

Improve examples in README (#7) #22

Improve examples in README (#7)

Improve examples in README (#7) #22

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- '3.x' # the latest available python version
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: sksat/[email protected]
- run: make install
- run: make test