Skip to content

fix typings with esm #3

fix typings with esm

fix typings with esm #3

Workflow file for this run

name: Bun CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run test:bun