mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
travis: added spelling check workflow. (#811)
This commit is contained in:
4
.github/actions/spelling/patterns.txt
vendored
Normal file
4
.github/actions/spelling/patterns.txt
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns
|
||||
|
||||
# ignore long runs of a single character:
|
||||
\b([A-Za-z])\g{-1}{3,}\b
|
Reference in New Issue
Block a user