Skip to content

refactor: move types to top #6

refactor: move types to top

refactor: move types to top #6

Workflow file for this run

on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run unit tests
run: bun test