Skip to content

🚀 enhancement: provide better tooling and ci/cd #1

🚀 enhancement: provide better tooling and ci/cd

🚀 enhancement: provide better tooling and ci/cd #1

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 check
- run: bun run build