Skip to content

chore(deps-dev): bump markdownlint-cli from 0.48.0 to 0.49.0 #45

chore(deps-dev): bump markdownlint-cli from 0.48.0 to 0.49.0

chore(deps-dev): bump markdownlint-cli from 0.48.0 to 0.49.0 #45

name: Frontmatter Validation
on:
pull_request:
paths:
- "EVES/EVES-*/eves-*.md"
- "scripts/validate-frontmatter.mjs"
- "package.json"
jobs:
validate:
name: Validate YAML Frontmatter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: "22"
cache: npm
- name: Install dependencies
run: npm ci
- name: Validate frontmatter
run: npm run lint:frontmatter