Skip to content

(docs): Adding the first draft of the new Getting Started page along … #1515

(docs): Adding the first draft of the new Getting Started page along …

(docs): Adding the first draft of the new Getting Started page along … #1515

Workflow file for this run

name: CI
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install dependencies
run: npm install
- name: CSpell
run: npm run cspell