mirror of
https://github.com/curl/curl.git
synced 2026-06-06 15:34:15 +03:00
move typos to a script
This commit is contained in:
parent
7f4e2ea9f9
commit
d2a801d82f
2 changed files with 17 additions and 5 deletions
16
.github/scripts/typos.sh
vendored
Executable file
16
.github/scripts/typos.sh
vendored
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
# Copyright (C) Viktor Szakats
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
set -eu
|
||||
|
||||
cd "$(dirname "${0}")"/../..
|
||||
|
||||
typos --version
|
||||
|
||||
git ls-files \
|
||||
| grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|CIPHERS-TLS12\.md|/THANKS)' \
|
||||
| typos \
|
||||
--config '.github/scripts/typos.toml' \
|
||||
--file-list -
|
||||
Loading…
Add table
Add a link
Reference in a new issue