Skip to content

checkthatphone 0.1.0: zero-dependency Python client #1

checkthatphone 0.1.0: zero-dependency Python client

checkthatphone 0.1.0: zero-dependency Python client #1

Workflow file for this run

name: CI
on:
push: { branches: [main] }
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix: { python: ["3.9", "3.12", "3.13"] }
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with: { python-version: "${{ matrix.python }}" }
- run: python -m unittest discover -s tests -v