Skip to content

Update code and docs about CCNP (#189) #224

Update code and docs about CCNP (#189)

Update code and docs about CCNP (#189) #224

Workflow file for this run

name: Document Scan
on:
push:
branches:
- main
paths:
- '**/*.md'
pull_request:
paths:
- '**/*.md'
workflow_dispatch:
permissions:
contents: read
jobs:
scan_doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**/*.md
*.md
config: .github/cspell.json
verbose: true
incremental_files_only: false