Skip to content

feat: add ssr migration guide #4942

feat: add ssr migration guide

feat: add ssr migration guide #4942

Workflow file for this run

name: Spellcheck
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
jobs:
Spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@main
with:
node-version: 16.x
- name: Install Dependencies
run: yarn
- name: Run Spellcheck
run: yarn spellcheck