From a9697c7a4761693b05da21cdad364304cb020e0c Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 4 Mar 2023 14:36:55 +0100 Subject: CI: ignore spelling mistake in repo to be imported from github --- .github/workflows/codespell.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 5768d7c6..2abb1a14 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -17,3 +17,6 @@ jobs: uses: actions/checkout@v3 - name: Codespell uses: codespell-project/actions-codespell@v1 + with: + # github import test: the repo to be imported has that typo, and it's not easy to change + ignore_words_list: transfered -- cgit