Skip to content

Feat/files cli arg #223

Feat/files cli arg

Feat/files cli arg #223

Workflow file for this run

name: Markdown Lint
on:
push:
branches:
- main
pull_request:
jobs:
markdown_lint:
name: Lint Markdown files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: '22'
- name: Markdown Lint
run: |
npm run lint:markdown || npx -y markdownlint-cli@0.45.0 -c .github/.markdownlint.yml '**/**.md'