From 3ad38bf38a727f6127e91203a53d5b5df5278ec8 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Wed, 8 Nov 2023 10:01:13 +0100 Subject: [PATCH] chore: add more dictionaries to spell checker action (#2449) --- .github/workflows/spell-checker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spell-checker.yml b/.github/workflows/spell-checker.yml index df38caf206..9c2543da64 100644 --- a/.github/workflows/spell-checker.yml +++ b/.github/workflows/spell-checker.yml @@ -18,8 +18,7 @@ jobs: actions: read outputs: followup: ${{ steps.spelling.outputs.followup }} - runs-on: ubuntu-latest - if: ${{ contains(github.event_name, 'pull_request')}} + runs-on: ubuntu-22.04 concurrency: group: spelling-${{ github.event.pull_request.number || github.ref }} # note: If you use only_check_changed_files, you do not want cancel-in-progress @@ -55,3 +54,5 @@ jobs: extra_dictionary_limit: 20 extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt + cspell:k8s/dict/k8s.txt + cspell:golang/dict/go.txt