Skip to content

feat: better self-rate-limit handling (#9335) #12365

feat: better self-rate-limit handling (#9335)

feat: better self-rate-limit handling (#9335) #12365

Workflow file for this run

name: Check docs
on:
push:
# We intentionally don't run push on feature branches. See PR for rational.
branches: [unstable, stable]
pull_request:
jobs:
build:
name: Docs spellcheck
runs-on: ubuntu-latest
steps:
# <common-build> - Uses YAML anchors in the future
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: "./.github/actions/setup-and-build"
with:
node: 24
- name: Check wordlist is sorted
run: scripts/wordlist_sort_check.sh
- name: Build and collect docs
run: pnpm docs:build
# Run prettier check after generating the docs
- name: Check docs format
run: pnpm docs:lint
# Run spellcheck AFTER building docs, in case the CLI reference has issues
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@e3cd8e9aec4587ec73bc0e60745aafd45c37aa2e # 0.60.0