Skip to content

Update index.mdx

Update index.mdx #7591

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Setup Node.js 20
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20.x
- name: Install Dependencies
run: yarn
- name: Run Spellcheck
run: yarn spellcheck