Skip to content

docs: Update docs tooling and checks #8

docs: Update docs tooling and checks

docs: Update docs tooling and checks #8

Workflow file for this run

name: Markdown lint
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
files: 'docs/**/*.md'