Skip to content

Make registration identity configurable #7

Make registration identity configurable

Make registration identity configurable #7

Workflow file for this run

name: Tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
pytest:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.9", "3.12", "3.14"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install -e ".[dev]"
- run: python -m pytest -q
- run: python -m compileall -q lineapi examples