Skip to content

feat: fix markdown validation - lists should be surrounded by blank l… #69

feat: fix markdown validation - lists should be surrounded by blank l…

feat: fix markdown validation - lists should be surrounded by blank l… #69

name: Lint all markdown files
on:
pull_request:
branches: [main]
push:
branches-ignore: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Checkout the repository
- name: Markdown lint
uses: DavidAnson/markdownlint-cli2-action@v9
with:
globs: |
README.md
CHANGELOG.md
docs/*.md