Skip to content

docs(demo): add interactive OCR demo #2

docs(demo): add interactive OCR demo

docs(demo): add interactive OCR demo #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Run project verification
run: scripts/verify.sh
- name: Check package metadata
run: |
python -m pip install --upgrade build twine
python -m build
python -m twine check dist/*