Skip to content

chore(changelog): move some entries to the correct section #21

chore(changelog): move some entries to the correct section

chore(changelog): move some entries to the correct section #21

Workflow file for this run

name: Lint Markdown files
on:
push:
branches: ["main"]
paths:
- "*.md"
- ".github/workflows/lint-markdown.yml"
pull_request:
branches: ["main"]
paths:
- "*.md"
- ".github/workflows/lint-markdown.yml"
jobs:
lint:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: "**/*.md"