We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6cbf6 commit f3810f5Copy full SHA for f3810f5
.github/workflows/spellcheck.yml
@@ -12,7 +12,7 @@ jobs:
12
# 1️⃣ Built-in codespell action → PR annotations
13
############################################################
14
- name: Codespell (built-in dictionary)
15
- uses: codespell-project/actions-codespell@v2
+ uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630
16
with:
17
check_filenames: true # also scan file names
18
ignore_words_file: .codespellignore
@@ -28,7 +28,7 @@ jobs:
28
# 2️⃣ Raw CLI pass → enforces your custom typo pairs
29
30
- name: Install codespell
31
- run: pip install --quiet codespell
+ run: pip install --quiet --no-deps "codespell==2.4.1"
32
33
- name: Codespell (custom pair list)
34
run: |
0 commit comments