Skip to content

Make manual alignment distinct from auto alignment #3

Make manual alignment distinct from auto alignment

Make manual alignment distinct from auto alignment #3

Workflow file for this run

name: Test library
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-20.04
name: Run tests
steps:
- name: Clone source
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install library
shell: bash
run: |
ls
pip install .
- name: Run tests
shell: bash
run: |
python -m unittest --discover -s