mirror of
https://github.com/curl/curl.git
synced 2026-05-19 18:36:21 +03:00
GHA: use pyspelling directly
To avoid depending on Docker Hub, an Docker image and a GitHub Action. Also to simplify running this check on a local machine. Pending question if Dependabot and Mend/Renovate will automatically pick up `requirements-docs.txt`. Also: - enable parallel spellchecking. (also to win back the time lost with installing components directly from Debian and pip.) - pin `pyspelling`. - link to official `pyspelling` docs. Closes #18736
This commit is contained in:
parent
f5bae285f3
commit
e48c1ea415
3 changed files with 21 additions and 6 deletions
5
.github/scripts/requirements-docs.txt
vendored
Normal file
5
.github/scripts/requirements-docs.txt
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
pyspelling==2.11
|
||||
1
.github/scripts/spellcheck.yaml
vendored
1
.github/scripts/spellcheck.yaml
vendored
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
#
|
||||
# Docs: https://facelessuser.github.io/pyspelling/configuration/
|
||||
# Docs: https://github.com/UnicornGlobal/spellcheck-github-actions
|
||||
matrix:
|
||||
- name: Markdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue