Skip to content

plugin system

plugin system #4

Workflow file for this run

on:
push:
pull_request:
branches:
"main"
name: bun test
jobs:
my-job:
name: bun test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun test