Skip to content

clip関連のAPIを実装 #4

clip関連のAPIを実装

clip関連のAPIを実装 #4

name: Testing build Next.js App
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: pnpm
- name: Install dependencies
run: pnpm web install
- name: Testing build Next.js App
run: pnpm web build