From 1dcc61ec98f8d213201d83f411b47b603d37a047 Mon Sep 17 00:00:00 2001 From: Felix Nicolae Bucsa Date: Wed, 18 Sep 2024 08:23:06 +0100 Subject: [PATCH] edits --- .github/workflows/check-spelling.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 7277eea85..2ea303624 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -33,17 +33,10 @@ jobs: group: spelling-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true steps: - - name: Checkout repository - uses: actions/checkout@v2 - - name: check-spelling id: spelling uses: check-spelling/check-spelling@main with: - spellcheck_dir: pages - - filters: pages/** - suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }} checkout: true check_file_names: 1 @@ -51,4 +44,10 @@ jobs: post_comment: 0 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 + 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: ${{ (!github.event.pull_request || (github.event.pull_request.head.repo.full_name == github.repository)) && 1 }} + extra_dictionary_limit: 20 + extra_dictionaries: + cspell:software-terms/dict/softwareTerms.txt +