Skip to content

Added scripts/generate_iiif_manifests.py (address #771). #59

Added scripts/generate_iiif_manifests.py (address #771).

Added scripts/generate_iiif_manifests.py (address #771). #59

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --include '(\\.pyi?|\\.ipynb|workbench)$'"