Skip to content

Baht v1.0

Baht v1.0 #33

Workflow file for this run

name: CI (Bun)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build, and test with Bun
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun test
- run: bun run build