Skip to content

Update README.md

Update README.md #53

Workflow file for this run

---
name: 'Markdown Lint'
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
workflow_call:
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
fix: true
globs: '**/*.md'