Skip to content

add inline documentation #41

add inline documentation

add inline documentation #41

Workflow file for this run

on:
push:
pull_request:
branches: "main"
name: bun test
jobs:
my-job:
name: vitest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run test