Skip to content

docs: add documentation for hx-chunked-mode and comment filtering #445

docs: add documentation for hx-chunked-mode and comment filtering

docs: add documentation for hx-chunked-mode and comment filtering #445

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: bun x prettier --check .
- run: bun x tsc --noEmit
- run: bun test