Skip to content

q-and-a: trim intro + add how-to-filter-and-sort guide #30

q-and-a: trim intro + add how-to-filter-and-sort guide

q-and-a: trim intro + add how-to-filter-and-sort guide #30

Workflow file for this run

name: Markdown lint
on:
push:
branches:
- main
paths:
- "**/*.md"
- ".github/workflows/markdown-lint.yml"
pull_request:
paths:
- "**/*.md"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: |
**/*.md
!**/CHANGELOG.md
!LICENSE
continue-on-error: true