Skip to content

Added an entry for linux-meta and linux-signed #61

Added an entry for linux-meta and linux-signed

Added an entry for linux-meta and linux-signed #61

name: "Linter for Markdown"
on:
push:
branches:
- main
pull_request:
branches:
- '*'
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"