misc: Update spellcheck configs

This commit is contained in:
Joe Mooring
2025-08-16 11:29:27 -07:00
committed by GitHub
parent 55a8ff7ae1
commit 2f2b4c9688
3 changed files with 17 additions and 11 deletions
+4 -6
View File
@@ -13,15 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
- uses: streetsidesoftware/cspell-action@v7
with:
check_dot_files: false
files: content/**/*.md
incremental_files_only: true
inline: warning
strict: false
strict: true
# cspell uses the .cspell.json configuration file
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true
# by default, codespell uses configuration from the .codespellrc
# codespell uses the .codespellrc file