Skip to content

test: add jsx linting (#1397) #1731

test: add jsx linting (#1397)

test: add jsx linting (#1397) #1731

name: check-markdown
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
check-markdown:
runs-on: ubuntu-24.04
name: Check Markdown files
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check Markdown links
run: npm run check:markdown-links
- name: Check Markdown formatting
run: npm run format:markdown:check