Skip to content

Merge pull request #1461 from hotwax/Vidhan2104-patch-1 #74

Merge pull request #1461 from hotwax/Vidhan2104-patch-1

Merge pull request #1461 from hotwax/Vidhan2104-patch-1 #74

Workflow file for this run

name: 📘 Docs Quality Checks
on:
push:
branches: [user-guides-pub]
pull_request:
branches: [user-guides-pub]
workflow_dispatch:
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout repo
uses: actions/checkout@v3
### 🧹 Markdownlint
- name: 🧹 Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: '**/*.md'