Skip to content

refactor: migrate to turborepo #7

refactor: migrate to turborepo

refactor: migrate to turborepo #7

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Bundle library
run: bun run build
- name: Run tests
run: bun test