Skip to content

Update README.md

Update README.md #237

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdownlint
run: make markdownlint
- name: prune
run: make prune