mirror of
https://github.com/curl/curl.git
synced 2026-07-25 18:07:16 +03:00
GHA: run badwords check on tests/*.md too
With several wording updates accordingly. Closes #14412
This commit is contained in:
parent
91fcbc5d1a
commit
dcc5209520
6 changed files with 116 additions and 118 deletions
2
.github/workflows/badwords.yml
vendored
2
.github/workflows/badwords.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue