Skip to content

docs spec check

docs spec check #1

name: Documentation Spelling Check
on:
workflow_dispatch:
pull_request:
paths:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: Install aspell
# run: sudo apt-get install aspell aspell-en
# - name: Spell Check
# run: make spelling
# working-directory: docs/tools
- uses: rojopolis/[email protected]
name: Spellcheck
with:
config_path: docs/tools/.sphinx/spellingcheck.yaml