Skip to content

🚀 checkoutコマンドを追加 #18

🚀 checkoutコマンドを追加

🚀 checkoutコマンドを追加 #18

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