Skip to content

fix: LP の画像の大画面でのアスペクト比を修正 (#300) #149

fix: LP の画像の大画面でのアスペクト比を修正 (#300)

fix: LP の画像の大画面でのアスペクト比を修正 (#300) #149

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2.2
- run: bun install --frozen-lockfile
- run: bun test