Skip to content

Measure card text against the real faces instead of a guess (#38) #234

Measure card text against the real faces instead of a guess (#38)

Measure card text against the real faces instead of a guess (#38) #234

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: python -m pip install -e ".[test]"
- run: python -m pytest