Skip to content

Update README.md

Update README.md #432

Workflow file for this run

name: markdownlint
on:
push:
branches: [master]
pull_request:
paths:
- README.md
- CHANGELOG.md
- docs
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: markdownlint
steps:
- uses: actions/checkout@v3
- name: markdown-lint
uses: articulate/[email protected]