Skip to content

Spellchecker CI action #12

Spellchecker CI action

Spellchecker CI action #12

Workflow file for this run

name: Check Spelling
on:
pull_request:
jobs:
spelling:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check spelling
id: spelling
uses: check-spelling/[email protected]
with:
check_file_names: 1
post_comment: 0
use_magic_file: 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
cspell:bash/dict/bash-words.txt
cspell:companies/dict/companies.txt
cspell:filetypes/filetypes.txt