Skip to content

chore(deps-dev): bump markdownlint-cli2 from 0.14.0 to 0.15.0 in the dependencies group #506

chore(deps-dev): bump markdownlint-cli2 from 0.14.0 to 0.15.0 in the dependencies group

chore(deps-dev): bump markdownlint-cli2 from 0.14.0 to 0.15.0 in the dependencies group #506

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: Setup Node.js environment
uses: actions/setup-node@v4
with:
cache: npm
- name: Install NPM dependencies
run: npm ci
- name: Run Markdownlint
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
npm run lint:md