Skip to content

Fix #64, add range header forwarding #328

Fix #64, add range header forwarding

Fix #64, add range header forwarding #328

Workflow file for this run

name: Test
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install pnpm
uses: pnpm/action-setup@v6
- name: Use Node
uses: actions/setup-node@v6
with:
node-version: 24
cache: "pnpm"
- run: pnpm install
- run: pnpm run typecheck
- run: pnpm run lint
- run: pnpm run format:check
- run: pnpm test