Skip to content

chore(docs): update README for plugin SDK setup and usage #2

chore(docs): update README for plugin SDK setup and usage

chore(docs): update README for plugin SDK setup and usage #2

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Build
run: |
bun
bun build