Skip to content

Switch JS/TS stuff to bun #3

Switch JS/TS stuff to bun

Switch JS/TS stuff to bun #3

Workflow file for this run

name: Plugin
on:
pull_request:
branches: [main]
paths: [plugin/**]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-plugin
with:
type: bun
path: plugin/gen/ts