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 b3db6f1 commit fc3ea75Copy full SHA for fc3ea75
.github/workflows/doc-update.yml
@@ -34,14 +34,16 @@ permissions:
34
contents: read
35
36
env:
37
+ artifacts_dir: artifacts
38
+
39
markdown_comment_title: Markdown linter
40
markdown_config: '.github/.markdownlint.yml'
41
markdown_artifact: markdown_comment.txt
42
43
spellcheck_comment_title: Markdown spelling check
- spellcheck_artifact: spellcheck_comment.txt
44
spellcheck_config: .github/.spellcheck.yml
45
spellcheck_dict: .github/.wordlist.txt
46
+ spellcheck_artifact: spellcheck_comment.txt
47
48
jobs:
49
markdown-changed:
0 commit comments