Skip to content

docs: add examples for spellchecker and spell-checker ignores #504

docs: add examples for spellchecker and spell-checker ignores

docs: add examples for spellchecker and spell-checker ignores #504

Workflow file for this run

name: Lint Docs
on:
workflow_dispatch:
pull_request:
paths:
- 'docs/**'
push:
branches:
- main
paths:
- 'docs/**'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- run: pnpm run lint-docs-ci