mirror of
https://github.com/curl/curl.git
synced 2026-05-19 10:26:24 +03:00
GHA: detect and warn for more English contractions
As we try to avoid them in curl documentation Closes #13940
This commit is contained in:
parent
3841569ec8
commit
ea12afd5ea
5 changed files with 138 additions and 129 deletions
2
.github/workflows/badwords.yml
vendored
2
.github/workflows/badwords.yml
vendored
|
|
@ -26,4 +26,4 @@ jobs:
|
|||
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
|
||||
|
||||
- name: check
|
||||
run: ./.github/scripts/badwords.pl < .github/scripts/badwords.txt docs/*.md docs/libcurl/*.md docs/libcurl/opts/*.md docs/cmdline-opts/*.md
|
||||
run: ./.github/scripts/badwords.pl < .github/scripts/badwords.txt docs/*.md docs/libcurl/*.md docs/libcurl/opts/*.md docs/cmdline-opts/*.md docs/TODO docs/KNOWN_BUGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue