Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

add pull_request_template #4

add pull_request_template

add pull_request_template #4

Workflow file for this run

name: Test
on: push
jobs:
bun-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun run test