Skip to content

Merge pull request #22 from ubuntu/s-makin-patch-1 #45

Merge pull request #22 from ubuntu/s-makin-patch-1

Merge pull request #22 from ubuntu/s-makin-patch-1 #45

name: Markdown style checks
on:
push:
branches:
- main
paths:
- 'docs/**' # Only run on changes to the docs directory
pull_request:
branches:
- '*'
paths:
- 'docs/**' # Only run on changes to the docs directory
jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
config: "docs/.sphinx/.markdownlint.json"