We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afe1c0 commit 62a5f65Copy full SHA for 62a5f65
1 file changed
.github/workflows/markdown.yml
@@ -40,19 +40,3 @@ jobs:
40
remark
41
--rc-path=.config/.remarkrc
42
--ignore-pattern='*/vendor/*'
43
- # 03.quality.markdown.lint-spelling.yml
44
- spellcheck-markdown:
45
- name: Markdown Spellcheck
46
- runs-on: ubuntu-24.04
47
- steps:
48
- - uses: actions/checkout@v4
49
- - uses: docker://pipelinecomponents/markdown-spellcheck
50
- with:
51
- args: >-
52
- mdspell
53
- --en-us
54
- --ignore-numbers
55
- --report
56
- '**/*.md'
57
- '\\!**/node_modules/**/*.md'
58
- '\\!**/vendor/**/*.md'
0 commit comments