diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d28993a..5d9da7d 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