Skip to content

feat: Convert to zensical #40

feat: Convert to zensical

feat: Convert to zensical #40

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v8.1.0
with:
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
run: uv python install 3.12
- name: Install dependencies
run: uv sync --frozen
- name: Run pre-commit
run: uv run pre-commit run --all-files --show-diff-on-failure
- name: Build site
# NOTE: --strict is currently disabled because Zensical (alpha) emits
# warnings for GFM-style `> [!note]` blocks and a missing reference
# link in examples/code-blocks.md. Re-enable once cleaned up.
run: uv run zensical build