Skip to content

✨フロント側のApollo Clientの設定 #25

✨フロント側のApollo Clientの設定

✨フロント側のApollo Clientの設定 #25

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 run ci:setup
- run: pnpm run type-check