Skip to content

chore: migrate to docusaurus v3 #304

chore: migrate to docusaurus v3

chore: migrate to docusaurus v3 #304

Workflow file for this run

name: Check spelling
on:
push:
branches:
- main
pull_request:
env:
NODE_VERSION: 18.x
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- name: Install dependencies
run: npm ci
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**/*.md