We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e857426 commit d1ed3a4Copy full SHA for d1ed3a4
.github/workflows/codespell.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Annotate locations with typos
23
uses: codespell-project/codespell-problem-matcher@b80729f885d32f78a716c2f107b4db1025001c42 # v1
24
- name: Codespell
25
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
+ uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
26
with:
27
ignore_words_file: .codespellignore
28
skip: frame*.txt
0 commit comments