Skip to content

docs: add 4.17.0 release documentation #756

docs: add 4.17.0 release documentation

docs: add 4.17.0 release documentation #756

Workflow file for this run

name: Check Spelling
# This workflow is intentionally manual-only so spelling does not block pushes
# or pull requests.
on:
workflow_dispatch:
jobs:
spelling:
name: Check Spelling
permissions:
contents: read
actions: read
security-events: write
runs-on: ubuntu-latest
concurrency:
group: spelling-${{ github.ref }}
# note: If you use only_check_changed_files, you do not want cancel-in-progress
cancel-in-progress: true
steps:
- name: check-spelling
id: spelling
uses: check-spelling/check-spelling@main
with:
checkout: true
check_file_names: 0
spell_check_this: check-spelling/spell-check-this@prerelease
post_comment: 0
use_magic_file: 0
report-timing: 1
warnings: bad-regex,binary-file,deprecated-feature,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check
use_sarif: 1
extra_dictionary_limit: 20
extra_dictionaries:
cspell:software-terms/dict/softwareTerms.txt