Skip to content

Add further info to readme #4

Add further info to readme

Add further info to readme #4

Workflow file for this run

name: markdown
on: [push]
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v7
with:
globs: "**/*.md"