diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-25 20:03:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-25 20:03:22 +0000 |
commit | a320eb8cc0ffd385a276d5fe923cec930e64dc66 (patch) | |
tree | 3d0c068aac41bcdca6bed8deaca8feeb1cfe3a09 /.github | |
parent | Adding upstream version 1.10.0. (diff) | |
download | iredis-a320eb8cc0ffd385a276d5fe923cec930e64dc66.tar.xz iredis-a320eb8cc0ffd385a276d5fe923cec930e64dc66.zip |
Adding upstream version 1.11.0.upstream/1.11.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7c992c7..88e3ee4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,6 +56,10 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: codespell-project/actions-codespell@master + with: + ignore_words_list: fo,ists,oll,optin,ot,smove,tre,whe + exclude_file: docs/assets/demo.svg - uses: actions/setup-python@v1 with: python-version: 3.7 |