summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
commita320eb8cc0ffd385a276d5fe923cec930e64dc66 (patch)
tree3d0c068aac41bcdca6bed8deaca8feeb1cfe3a09 /.github/workflows/test.yaml
parentAdding upstream version 1.10.0. (diff)
downloadiredis-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/workflows/test.yaml')
-rw-r--r--.github/workflows/test.yaml4
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