Skip to content

Migrate astro starlight v4 to v5 (#498) #58

Migrate astro starlight v4 to v5 (#498)

Migrate astro starlight v4 to v5 (#498) #58

Workflow file for this run

name: markdownlint
permissions:
contents: read
pull-requests: write
on:
push:
paths:
- '**/*.md'
- '.markdownlint.json'
pull_request:
types: [opened, synchronize, reopened]
merge_group:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v20
with:
config: .markdownlint.json
globs: |
*.md
**/*.md