From b4df68a1c6c1cf2671571fad8ac4e09e17670923 Mon Sep 17 00:00:00 2001 From: Shintaro Jokagi Date: Mon, 2 Jun 2025 13:19:57 +1200 Subject: [PATCH] fix(cspell): rename cspell command to 'spell' in CI pipeline --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d28993af..5d9da7df 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -90,7 +90,7 @@ jobs: node_modules key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }} - name: Run cspell check - run: pnpm run cspell + run: pnpm run spell vitest: runs-on: ubuntu-latest