Skip to content

Update README.md

Update README.md #6

Workflow file for this run

---
name: Lint README.md
on:
push:
branches:
- main
paths:
- README.md
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out the current repo
uses: actions/checkout@v2
- name: Lint markdown files
uses: nosborn/github-action-markdown-cli@master
with:
files: README.md
config_file: ".markdownlint.json"