Skip to content

move things around

move things around #24

Workflow file for this run

name: Tests ▴ Unit
on:
push:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run test:unit