Skip to content

docs: credit the original provider and add npm/CI/license badges #3

docs: credit the original provider and add npm/CI/license badges

docs: credit the original provider and add npm/CI/license badges #3

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.14"
- name: Install dependencies
run: bun install
- name: Unit tests
run: bun test tests/unit/