Skip to content

chore: add markdownlint #5

chore: add markdownlint

chore: add markdownlint #5

Workflow file for this run

name: "lint"
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
- name: Install dependencies
run: npm install
- run: npm install -g markdownlint-cli
- name: Run markdownlint
run: npm run markdownlint