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