diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2025-06-13 10:28:31 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2025-06-13 10:42:21 -0400 |
| commit | 323432a9e0bf4cfd958d0ca8a8c9af8be9a03748 (patch) | |
| tree | 9c8fb3281a2a0d5ce122bd05882cda61be768003 | |
| parent | 2abdea9293bedf65acc94f977a9b61d0d989183b (diff) | |
| download | rust-323432a9e0bf4cfd958d0ca8a8c9af8be9a03748.tar.gz rust-323432a9e0bf4cfd958d0ca8a8c9af8be9a03748.zip | |
Add the cspell action in the CI
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8675755187..8e6840e916e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,6 +117,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: crate-ci/typos@v1.32.0 + - uses: streetsidesoftware/cspell-action@v7 build_system: runs-on: ubuntu-24.04 |
