Skip to content

refactor: Replace Node.js Buffer operations with Web-standard APIs for convex v8 #27

refactor: Replace Node.js Buffer operations with Web-standard APIs for convex v8

refactor: Replace Node.js Buffer operations with Web-standard APIs for convex v8 #27

Workflow file for this run

name: Test
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.6
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run test