feat: add typos check job to CI with Rust installation and caching

This commit is contained in:
Manuel Raimann
2026-01-30 18:03:35 +01:00
parent 8a11dd8ca4
commit 12d572025f
+10 -1
View File
@@ -201,9 +201,18 @@ jobs:
- name: Run tests
run: cargo test --all-features
typos:
name: Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@v1
- name: Install Rust
run: |
rustup override set stable
rustup update stable
- uses: taiki-e/cache-cargo-install-action@v3
with:
tool: typos-cli
- name: Typos Check
run: typos src/