Skip to content

Update README documentation #204

Update README documentation

Update README documentation #204

Workflow file for this run

name: markdown
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v14
with:
globs: "**/*.md"