Skip to content

Update README

Update README #56

Workflow file for this run

name: markdownlint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run markdownlint
uses: actionshub/markdownlint@main