diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6981ccee..6889a85fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - uses: codespell-project/actions-codespell@2391250ab05295bddd51e36a8c6295edb6343b0e with: - ignore_words_list: datas + ignore_words_list: datas re-use - name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }} uses: actions/setup-python@v4 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 954ce2d7f..0d9d692cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Infrastructure +* Fix gathering licenses of typeshed libraries +* Fix spellcheck erroring out on LICENSE file + ## [3.10.1] - 2023-09-27 ### Fixed