GHA: run badwords check on tests/*.md too

With several wording updates accordingly.

Closes #14412
This commit is contained in:
Daniel Stenberg 2024-08-06 10:53:25 +02:00
parent 91fcbc5d1a
commit dcc5209520
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 116 additions and 118 deletions

View file

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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 docs/TODO docs/KNOWN_BUGS
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 tests/*.md
source:
runs-on: ubuntu-latest