From cd40623e7ed10f3e177f19791e9b63207d670528 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Wed, 12 Nov 2025 18:30:54 +0000 Subject: [PATCH 1/2] 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 From 4193e9cfb9ca8719e46f4c239a66d552b658fc11 Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Tue, 10 Feb 2026 02:16:47 +0000 Subject: [PATCH 2/2] Update .github/workflows/ci.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a3bebe9..ce2652da4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,11 +43,11 @@ jobs: with: path: ~/.npm key: ${{ runner.OS }}-dependencies-cache-${{ hashFiles('**/package.json') }} + - name: Check for typos + uses: crate-ci/typos@v1.39.0 - 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