Skip to content

Commit f3810f5

Browse files
authored
Update spellcheck.yml (#5395)
1 parent ec6cbf6 commit f3810f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# 1️⃣ Built-in codespell action → PR annotations
1313
############################################################
1414
- name: Codespell (built-in dictionary)
15-
uses: codespell-project/actions-codespell@v2
15+
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630
1616
with:
1717
check_filenames: true # also scan file names
1818
ignore_words_file: .codespellignore
@@ -28,7 +28,7 @@ jobs:
2828
# 2️⃣ Raw CLI pass → enforces your custom typo pairs
2929
############################################################
3030
- name: Install codespell
31-
run: pip install --quiet codespell
31+
run: pip install --quiet --no-deps "codespell==2.4.1"
3232

3333
- name: Codespell (custom pair list)
3434
run: |

0 commit comments

Comments
 (0)