We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1ca67 commit c2faed0Copy full SHA for c2faed0
1 file changed
.github/workflows/documentation.yml
@@ -27,7 +27,7 @@ jobs:
27
ignore_path: .markdownlintignore
28
29
- name: Perform spell check
30
- uses: codespell-project/actions-codespell@master
+ uses: codespell-project/actions-codespell@v2
31
with:
32
path: '**/*.md'
33
check_filenames: true
0 commit comments