Skip to content

chore: add path alias imports #5

chore: add path alias imports

chore: add path alias imports #5

Workflow file for this run

name: Run tests
on:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run tests
run: bun test