Skip to content

Allow linking to a specific card #65

Allow linking to a specific card

Allow linking to a specific card #65

Workflow file for this run

name: Run test suite
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- run: pip install -r requirements.txt
- run: python -m unittest discover -s tests