Skip to content

Update README.md

Update README.md #728

Workflow file for this run

name: Docs Check
on: [push, pull_request]
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v22
with:
globs: '**/*.md'