Skip to content

Add build script to package.json for workflow testing #2

Add build script to package.json for workflow testing

Add build script to package.json for workflow testing #2

Workflow file for this run

name: Test Bun Basic Action
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run Bun Basic Action
uses: jeff283/bun-basic-action@main