mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:47:16 +03:00
GHA: rename config files to match pyspelling
To make it more obvious what needs to be looked at when pyspelling is
reporting an issue.
Follow-up to 95e50ad694 #18756
Closes #18974
This commit is contained in:
parent
92ee917368
commit
801ebf1e1a
6 changed files with 5 additions and 5 deletions
4
.github/workflows/checkdocs.yml
vendored
4
.github/workflows/checkdocs.yml
vendored
|
|
@ -126,10 +126,10 @@ jobs:
|
|||
run: |
|
||||
source ~/venv/bin/activate
|
||||
# setup the custom wordlist
|
||||
grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt
|
||||
grep -v '^#' .github/scripts/pyspelling.words > wordlist.txt
|
||||
aspell --version
|
||||
pyspelling --version
|
||||
pyspelling --verbose --jobs 5 --config .github/scripts/spellcheck.yaml
|
||||
pyspelling --verbose --jobs 5 --config .github/scripts/pyspelling.yaml
|
||||
|
||||
badwords-synopsis:
|
||||
name: 'badwords, synopsis'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue