Skip to content

fixup! fixup! fixup! wip: Include-related docs (YAML and cli reference) #176

fixup! fixup! fixup! wip: Include-related docs (YAML and cli reference)

fixup! fixup! fixup! wip: Include-related docs (YAML and cli reference) #176

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Markdown Lint
on:
push:
paths:
- "**.md"
- .github/workflows/markdown-lint.yml
- .markdownlint.yml
pull_request:
paths:
- "**.md"
- .github/workflows/markdown-lint.yml
- .markdownlint.yml
jobs:
markdownlint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Lint Markdown Files
uses: DavidAnson/markdownlint-cli2-action@v9
with:
globs: |
**.md