Skip to content

fix: updates exports to improve import api (#6) #8

fix: updates exports to improve import api (#6)

fix: updates exports to improve import api (#6) #8

Workflow file for this run

name: Tests
on:
push:
branches:
- main
paths:
- '**/*.ts'
- '**/*.js'
pull_request:
branches:
- main
paths:
- '**/*.ts'
- '**/*.js'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.6.5
run_install: true
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Run Tests
run: pnpm test