Line 5 Capitalization Line 15 added context to Steps for reporting st… #2057
Workflow file for this run
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: Markdown Linter | |
on: [push, pull_request] | |
jobs: | |
mdlinter: | |
name: Lint markdown file | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v2 | |
- name: Lint Markdown files | |
uses: avto-dev/markdown-lint@v1 | |
with: | |
args: '**/*.md' |