Skip to content

refactor: clean up bindings dir and move tests around #30

refactor: clean up bindings dir and move tests around

refactor: clean up bindings dir and move tests around #30

Workflow file for this run

name: Build & Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: bun run build
- run: bun test