Fix typos discovered by codespell (#5078)

* Fix typos discovered by codespell

* codespell-project/actions-codespell@v2
This commit is contained in:
Christian Clauss
2025-02-08 16:21:12 +01:00
committed by GitHub
parent 1be6e10f99
commit 4dc7ea5bd0
11 changed files with 17 additions and 13 deletions
+4
View File
@@ -17,6 +17,10 @@ jobs:
with:
submodules: "recursive"
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_list: ans,homestate,ser
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: