Skip to content

Document new CAT commands #103

Document new CAT commands

Document new CAT commands #103

Workflow file for this run

name: "Main"
on:
workflow_dispatch:
push:
pull_request:
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: install cspell
run: |
cd ${{github.workspace}}
npm install -g cspell
- name: Check spelling
run: cspell **/*.md