Skip to content

Add caption box and font size CLI options #16

Add caption box and font size CLI options

Add caption box and font size CLI options #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Sync dev dependencies
run: uv sync --group dev
- name: Lint
run: uv run ruff check .
- name: Test
run: uv run pytest