Skip to content

docs: tighten privacy wording #13

docs: tighten privacy wording

docs: tighten privacy wording #13

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install package
run: python -m pip install -e .
- name: Run tests
run: python -m unittest discover -s tests -v