chore: migrate from codespell to typos (#17501)

This commit is contained in:
Matthias Seitz
2025-07-21 11:18:01 +02:00
committed by GitHub
parent 2c62cd8b46
commit bec451026d
5 changed files with 50 additions and 16 deletions

View File

@@ -188,14 +188,12 @@ jobs:
- name: Check docs changes
run: git diff --exit-code
codespell:
typos:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
skip: "*.json"
- uses: crate-ci/typos@v1
check-toml:
runs-on: ubuntu-latest
@@ -278,7 +276,7 @@ jobs:
- fmt
- udeps
- book
- codespell
- typos
- grafana
- no-test-deps
- features