We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9faba7e commit fc92d01Copy full SHA for fc92d01
1 file changed
.github/workflows/documentation.yml
@@ -1,3 +1,5 @@
1
+---
2
+
3
name: Documentation
4
5
on:
@@ -19,13 +21,13 @@ jobs:
19
21
- uses: actions/checkout@v4
20
22
23
- name: Lint markdown files
- uses: nosborn/github-action-markdown-cli@v3.1.0
24
+ uses: nosborn/github-action-markdown-cli@v3
25
with:
26
files: .
27
ignore_path: .markdownlintignore
28
29
- name: Perform spell check
- uses: codespell-project/actions-codespell@master
30
+ uses: codespell-project/actions-codespell@v2
31
32
path: '**/*.md'
33
check_filenames: true
0 commit comments