Skip to content

feat: add cli option "prefix" #19

feat: add cli option "prefix"

feat: add cli option "prefix" #19

Workflow file for this run

name: test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.8
- run: bun install
- run: bun test