From cd40623e7ed10f3e177f19791e9b63207d670528 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Wed, 12 Nov 2025 18:30:54 +0000 Subject: [PATCH] fix(ci): add typo checking step to CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a261ce46f..2229e4bc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,8 @@ jobs: - run: npm install - run: brew install swiftlint - run: npm run lint + - name: Check for typos + uses: crate-ci/typos@v1.39.0 test-cli: runs-on: macos-15 timeout-minutes: 30