From fc040cbe5d88c422d02a80784f5973ce47199d5e Mon Sep 17 00:00:00 2001 From: Adina Wagner Date: Mon, 1 Jul 2024 16:22:25 +0200 Subject: [PATCH] CI: add config for codespell --- .github/workflows/codespell.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3ebbf5504..74b8ed7f8 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -20,3 +20,6 @@ jobs: uses: actions/checkout@v3 - name: Codespell uses: codespell-project/actions-codespell@v2 + with: + skip: '.git,*.pdf,*.svg,venvs,versioneer.py,DL-*,.github,_build' + ignore_words_list: 'wit,thirdparty.svg'