Skip to content

build(deps): bump doxygen-awesome-css from 1f36200 to d52eafe (#1… #5203

build(deps): bump doxygen-awesome-css from 1f36200 to d52eafe (#1…

build(deps): bump doxygen-awesome-css from 1f36200 to d52eafe (#1… #5203

name: Docs PR Spellcheck
on:
pull_request:
branches:
- 'dev'
files:
- '**Doxyfile'
- '**docpages/**'
- '**/*.h'
- '**/documentation-check.yml'
push:
files:
- '**/documentation-check.yml'
permissions:
contents: read # This only needs to read the contents of a PR.
jobs:
docs:
name: Check Documentation Spelling
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- name: Checkout D++
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check docs spelling
run: git diff origin/dev --name-only --diff-filter=ACMRTUXB | npx -y cspell lint --language-id=cpp --no-progress --no-summary --show-context --show-suggestions --relative --color --file-list stdin --no-must-find-file