mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
fix(cspell): rename cspell command to 'spell' in CI pipeline
This commit is contained in:
parent
d1bb6682d4
commit
b4df68a1c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
||||||
node_modules
|
node_modules
|
||||||
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
|
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
|
||||||
- name: Run cspell check
|
- name: Run cspell check
|
||||||
run: pnpm run cspell
|
run: pnpm run spell
|
||||||
|
|
||||||
vitest:
|
vitest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue