mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
fix(cspell): rename cspell command to 'spell' in CI pipeline
This commit is contained in:
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user