Skip to content

✨ feature: Draft for the API rework #200

✨ feature: Draft for the API rework

✨ feature: Draft for the API rework #200

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: bun run check