Skip to content

Update README.md

Update README.md #6

Workflow file for this run

name: Lint Markdown
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Lint Markdown
uses: nosborn/[email protected]
with:
files: .
config_file: .markdownlint.yml