Skip to content

Commit

Permalink
chore: add more dictionaries to spell checker action (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Nov 8, 2023
1 parent fe7904d commit 3ad38bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/spell-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 3ad38bf

Please sign in to comment.