Skip to content

chore(deps-dev): bump cspell from 6.15.0 to 7.3.7 #306

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

chore(deps-dev): bump cspell from 6.15.0 to 7.3.7 #306

Workflow file for this run

name: Markdownlint
on:
pull_request:
paths:
- ".github/workflows/markdownlint-problem-matcher.json"
- ".github/workflows/markdownlint.yml"
- ".markdownlint.json"
- "package*.json"
- "**/*.md"
push:
branches-ignore:
- "dependabot/**"
paths:
- ".github/workflows/markdownlint-problem-matcher.json"
- ".github/workflows/markdownlint.yml"
- ".markdownlint.json"
- "package*.json"
- "**/*.md"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Markdownlint
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
npm run lint