Skip to content

Merge remote-tracking branch 'origin' into fix-1879 #98

Merge remote-tracking branch 'origin' into fix-1879

Merge remote-tracking branch 'origin' into fix-1879 #98

Workflow file for this run

---
name: Markdown Syntax Validation
on: [push, workflow_dispatch]
jobs:
markdown-check:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Validate Markdown .md
uses: DavidAnson/[email protected]
with:
config: .markdownlint.json
globs: "**.md"