Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

markdown

markdown #98

Workflow file for this run

name: markdown
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v19.1.0
with:
config: ./configs/.markdownlint.yaml