Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Sep 13, 2024
1 parent 5565c49 commit 5f502cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,19 @@ jobs:
uses: actions/checkout@v3

- name: Run spell check
uses: check-spelling/check-spelling@main
uses: check-spelling/check-spelling@main # Use the main branch or the latest version available
with:
checkout: true
check_file_names: 1
spell_check_this: check-spelling/spell-check-this@main
spell_check_this: check-spelling/spell-check-this@main # Use the main branch or the latest version available
use_magic_file: 1
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
experimental_apply_changes_via_bot: 1
use_sarif: 1
extra_dictionary_limit: 20
extra_dictionaries:
cspell: software-terms/dict/softwareTerms.txt
exclude:
- '**/*.yml' # Exclude .yml files
cspell:software-terms/dict/softwareTerms.txt

comment-pr:
name: Report (PR)
Expand Down

0 comments on commit 5f502cd

Please sign in to comment.