diff options
author | Michael Muré <batolettre@gmail.com> | 2023-08-11 00:08:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 00:08:44 +0200 |
commit | 528c9446034a686e693734e31f22a61e6c133f10 (patch) | |
tree | 16b15160affb65272a0e5c0a65efa4d796cd38c2 /.github/workflows/codespell.yml | |
parent | 500fa2c4600074d0650274e3bcecf5d6572d0c8d (diff) | |
parent | d8bcd71d220e54c9e99b760d54e708755e16a010 (diff) | |
download | git-bug-528c9446034a686e693734e31f22a61e6c133f10.tar.gz |
Merge pull request #1082 from MichaelMure/dependabot/go_modules/golang.org/x/term-0.11.0
build(deps): bump golang.org/x/term from 0.8.0 to 0.11.0
Diffstat (limited to '.github/workflows/codespell.yml')
-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 |