diff options
author | Michael Muré <batolettre@gmail.com> | 2023-08-10 23:58:35 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2023-08-10 23:58:35 +0200 |
commit | d8bcd71d220e54c9e99b760d54e708755e16a010 (patch) | |
tree | 16b15160affb65272a0e5c0a65efa4d796cd38c2 /.github/workflows | |
parent | 7585675f924394397bf388775e44a1711d53aa0c (diff) | |
download | git-bug-d8bcd71d220e54c9e99b760d54e708755e16a010.tar.gz |
codespell: no "with" means using codespellrc, add more opt out
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/codespell.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 2abb1a14..5768d7c6 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -17,6 +17,3 @@ 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 |