Skip to content

chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 #382

chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0

chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 #382

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
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