Skip to content

Update markdownlint.yml #4

Update markdownlint.yml

Update markdownlint.yml #4

Workflow file for this run

name: MarkdownLint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Lint Markdown files
run: npm run markdownlint