Skip to content

Merge pull request #9 from Ibaraki-dev/add-checkout #19

Merge pull request #9 from Ibaraki-dev/add-checkout

Merge pull request #9 from Ibaraki-dev/add-checkout #19

Workflow file for this run

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