Skip to content

fix: adjust to "# To get started, run:" printed by bun create #23

fix: adjust to "# To get started, run:" printed by bun create

fix: adjust to "# To get started, run:" printed by bun create #23

Workflow file for this run

name: Bun test
on:
push:
pull_request:
jobs:
bun-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
- run: bun install
- run: bun test