mirror of
https://github.com/curl/curl.git
synced 2026-05-15 04:36:21 +03:00
checkdocs: trim links off docs/ markdowns before spellcheck
So that we can use words in links without having them spellchecked. Closes #15910
This commit is contained in:
parent
cc16211a30
commit
f62be9cfb6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/checkdocs.yml
vendored
3
.github/workflows/checkdocs.yml
vendored
|
|
@ -120,6 +120,9 @@ jobs:
|
|||
- name: trim cmdline docs markdown _*.md files
|
||||
run: find docs/cmdline-opts -name "_*.md" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl --no-header
|
||||
|
||||
- name: trim docs/ markdown _*.md files
|
||||
run: git ls-files docs/*.md docs/internals/*.md | xargs -n1 .github/scripts/cleancmd.pl --no-header
|
||||
|
||||
- name: setup the custom wordlist
|
||||
run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue