From d462e742ac2f7a34c26102026cf3dc80ab825240 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Mon, 6 Jan 2025 11:53:07 -0800 Subject: [PATCH] add to CI --- .github/workflows/rust.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0cea2dce..9f358c45 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -74,3 +74,11 @@ jobs: with: command: clippy args: --all-targets -- -D warnings + + spelling: + runs-on: ubuntu-latest + steps: + - name: Checkout Actions Repository + uses: actions/checkout@v4 + - name: Spell Check Repo + uses: crate-ci/typos@v1.29.4