Skip to content

docs: add documentation home page #322

docs: add documentation home page

docs: add documentation home page #322

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