Skip to content

Replace node-markdown-spellcheck with cspell for spell checking #2690

Replace node-markdown-spellcheck with cspell for spell checking

Replace node-markdown-spellcheck with cspell for spell checking #2690

Workflow file for this run

# Check the content and lint the code
name: check
on:
push:
branches: [master]
pull_request:
jobs:
pull-cert-manager-website-verify:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run check