Skip to content

Fixed invalid pull link in README instructions. #26

Fixed invalid pull link in README instructions.

Fixed invalid pull link in README instructions. #26

Workflow file for this run

name: Test Docbuild
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.5.x"
enable-cache: true
- name: Build documentation
run: uv run just build-strict