Skip to content

fixed typo

fixed typo #31

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
# - run: bun run lint
- run: bun test
# - run: bun run build