diff options
author | Michael Muré <batolettre@gmail.com> | 2023-03-04 14:36:55 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2023-03-04 14:36:55 +0100 |
commit | a9697c7a4761693b05da21cdad364304cb020e0c (patch) | |
tree | 8a56d5666bd62851dfc6ddce0411d698127d915e /.github/workflows/codespell.yml | |
parent | 4477152319883cdebd5fbd8887ca092d9eaeea57 (diff) | |
download | git-bug-a9697c7a4761693b05da21cdad364304cb020e0c.tar.gz |
CI: ignore spelling mistake in repo to be imported from github
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r-- | .github/workflows/codespell.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |