Skip to content

add github actions test #1

add github actions test

add github actions test #1

Workflow file for this run

name: Bun test
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build.ts
- run: bun test