Markdown lint (#58)

* markdown linter

* format markdown docs

* format exiting markdown docs
This commit is contained in:
Sergey Cheung
2020-09-11 19:42:58 +08:00
committed by GitHub
parent 7f0ec14704
commit 21e811887c
24 changed files with 543 additions and 442 deletions

22
.github/workflows/markdown.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Markdown linter
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linter:
name: markdown linter
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Markdown Linting Action
uses: avto-dev/markdown-lint@v1.3.1
with:
args: 'find . -name "*.md"'