Skip to content

add tests

add tests #33

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: bun install --frozen-lockfile
- run: bun test