Skip to content

Add Lint Markdown workflow #1

Add Lint Markdown workflow

Add Lint Markdown workflow #1

Workflow file for this run

name: Lint Markdown

Check failure on line 1 in .github/workflows/lint-markdown.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint-markdown.yaml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
push:
paths:
- '**.md' # Trigger only when markdown files were changed
pull_request:
paths:
- '**.md' # Trigger only when markdown files were changed
jobs:
lint:
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v3
uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: |
README.md