Skip to content

chore: fix documentation #48

chore: fix documentation

chore: fix documentation #48

on:
pull_request:
branches: [main]
jobs:
build:
name: Test Building
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Build project
run: bun run build