We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e711db4 commit 2a86462Copy full SHA for 2a86462
.codespellignore
.github/workflows/CI.yml
@@ -44,10 +44,5 @@ jobs:
44
runs-on: ubuntu-22.04
45
steps:
46
- uses: actions/checkout@v4
47
- - uses: actions/setup-python@v5
48
- with:
49
- python-version: "3.12"
50
- - run: pip3 install codespell
51
- - uses: codespell-project/codespell-problem-matcher@v1
52
- name: check for typos
53
- run: codespell --ignore-words=.codespellignore src/ tests/ docs/ README.md
+ uses: crate-ci/typos@v1.20.8
0 commit comments