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 e53b2cd commit 598ff4aCopy full SHA for 598ff4a
.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