Skip to content

~add introページの見た目修正 #40

~add introページの見た目修正

~add introページの見た目修正 #40

Workflow file for this run

name: Test Build
on:
pull_request:
branches:
- main
jobs:
build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build