Skip to content

Commit

Permalink
change check-spelling version to v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
vacabun committed Dec 25, 2023
1 parent 00673d1 commit 928bf61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github
cspell
10 changes: 8 additions & 2 deletions .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,20 @@ jobs:
echo "> If any words shown as incorrect are spelled correctly, please add them to .github/actions/spelling/allow.txt." >> $GITHUB_STEP_SUMMARY
- name: check spelling
id: spelling
uses: check-spelling/check-spelling@prerelease
uses: check-spelling/check-spelling@v0.0.21
with:
checkout: true
check_file_names: 0
only_check_changed_files: 1
post_comment: 0
extra_dictionaries:
cspell:software-terms/dict/softwareTerms.txt
cspell:en_US/src/en_US.txt
cspell:software-terms/src/software-terms.txt
cspell:cpp/src/cpp.txt
cspell:python/src/python/python.txt
cspell:python/src/python/python-lib.txt
cspell:python/src/common/extra.txt

- name: output Success info
run: |
echo "✅ Check spelling success." >> $GITHUB_STEP_SUMMARY

0 comments on commit 928bf61

Please sign in to comment.