Merge pull request #136 from z913123456/patch-1 #117
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Markdown By Lint Markdown | |
on: [ pull_request , push] | |
jobs: | |
lint-markdown: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: markdownlint-cli2-action | |
uses: DavidAnson/[email protected] | |
with: | |
globs: '**/*.md' |