Skip to content

Add lint-md GitHub Action for Markdown linting on PRs #1

Add lint-md GitHub Action for Markdown linting on PRs

Add lint-md GitHub Action for Markdown linting on PRs #1

Workflow file for this run

name: Lint Markdown
on: [pull_request]
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: lint-md-github-action
uses: lint-md/github-action@v0.0.2