Skip to content

build(deps-dev): bump markdownlint-cli2 from 0.20.0 to 0.21.0 #499

build(deps-dev): bump markdownlint-cli2 from 0.20.0 to 0.21.0

build(deps-dev): bump markdownlint-cli2 from 0.20.0 to 0.21.0 #499

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint_and_validate:
name: Lint and Validate Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Run Markdown Linting
run: npm run lint:md
- name: Validate Links
run: npm run lint:links