Skip to content

✨Next.jsのAPI RouteにGraphQL Yoga (Server Preset)で構築したAPIを載せる #16

✨Next.jsのAPI RouteにGraphQL Yoga (Server Preset)で構築したAPIを載せる

✨Next.jsのAPI RouteにGraphQL Yoga (Server Preset)で構築したAPIを載せる #16

Workflow file for this run

name: PR 時にパスすべき内容をチェックする
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
type:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.6.7
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml
- run: pnpm install
- run: pnpm run type-check