Skip to content

Update README to simplify documentation instructions #1724

Update README to simplify documentation instructions

Update README to simplify documentation instructions #1724

Workflow file for this run

name: Tests CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: "1.3.4"
- run: bun install --frozen-lockfile
- run: bun run test