mirror of https://github.com/go-redis/redis.git
Spelling for CI (#2666)
This commit is contained in:
parent
b1103e3d43
commit
c7399b6a17
|
@ -0,0 +1,29 @@
|
|||
matrix:
|
||||
- name: Markdown
|
||||
expect_match: false
|
||||
apsell:
|
||||
lang: en
|
||||
d: en_US
|
||||
ignore-case: true
|
||||
dictionary:
|
||||
wordlists:
|
||||
- .github/wordlist.txt
|
||||
output: wordlist.dic
|
||||
pipeline:
|
||||
- pyspelling.filters.markdown:
|
||||
markdown_extensions:
|
||||
- markdown.extensions.extra:
|
||||
- pyspelling.filters.html:
|
||||
comments: false
|
||||
attributes:
|
||||
- alt
|
||||
ignores:
|
||||
- ':matches(code, pre)'
|
||||
- code
|
||||
- pre
|
||||
- blockquote
|
||||
- img
|
||||
sources:
|
||||
- 'README.md'
|
||||
- 'FAQ.md'
|
||||
- 'docs/**'
|
|
@ -0,0 +1,54 @@
|
|||
ACLs
|
||||
autoload
|
||||
autoloader
|
||||
autoloading
|
||||
Autoloading
|
||||
backend
|
||||
backends
|
||||
behaviour
|
||||
CAS
|
||||
ClickHouse
|
||||
config
|
||||
customizable
|
||||
Customizable
|
||||
dataset
|
||||
de
|
||||
ElastiCache
|
||||
extensibility
|
||||
FPM
|
||||
Golang
|
||||
IANA
|
||||
keyspace
|
||||
keyspaces
|
||||
Kvrocks
|
||||
localhost
|
||||
Lua
|
||||
MSSQL
|
||||
namespace
|
||||
NoSQL
|
||||
ORM
|
||||
Packagist
|
||||
PhpRedis
|
||||
pipelining
|
||||
pluggable
|
||||
Predis
|
||||
PSR
|
||||
Quickstart
|
||||
README
|
||||
rebalanced
|
||||
rebalancing
|
||||
redis
|
||||
Redis
|
||||
RocksDB
|
||||
runtime
|
||||
SHA
|
||||
sharding
|
||||
SSL
|
||||
struct
|
||||
stunnel
|
||||
TCP
|
||||
TLS
|
||||
uri
|
||||
URI
|
||||
url
|
||||
variadic
|
|
@ -0,0 +1,14 @@
|
|||
name: spellcheck
|
||||
on:
|
||||
pull_request:
|
||||
jobs:
|
||||
check-spelling:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Check Spelling
|
||||
uses: rojopolis/spellcheck-github-actions@0.33.1
|
||||
with:
|
||||
config_path: .github/spellcheck-settings.yml
|
||||
task_name: Markdown
|
Loading…
Reference in New Issue