Skip to content

chore(deps-dev): bump cspell from 6.15.0 to 8.1.3 #296

chore(deps-dev): bump cspell from 6.15.0 to 8.1.3

chore(deps-dev): bump cspell from 6.15.0 to 8.1.3 #296

Workflow file for this run

name: Spellchecking
on:
pull_request:
paths:
- ".github/workflows/cspell-problem-matcher.json"
- ".github/workflows/cspell.yml"
- "cspell.json"
- "package*.json"
- "en/**/*.md"
push:
branches-ignore:
- "dependabot/**"
paths:
- ".github/workflows/cspell-problem-matcher.json"
- ".github/workflows/cspell.yml"
- "cspell.json"
- "package*.json"
- "en/**/*.md"
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run cSpell
run: |
echo "::add-matcher::.github/workflows/cspell-problem-matcher.json"
npm run spellcheck