Skip to content

1704: Upgrade template-infra v0.8.0 -> v0.12.2 #910

1704: Upgrade template-infra v0.8.0 -> v0.12.2

1704: Upgrade template-infra v0.8.0 -> v0.12.2 #910

Workflow file for this run

name: CI Documentation Checks
on:
push:
branches: [ main ]
paths:
- '**/*.md'
pull_request:
paths:
- '**/*.md'
jobs:
lint-markdown:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# This is the GitHub Actions-friendly port of the linter used in the Makefile.
- uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: "yes" # errors only.
config-file: ".github/workflows/markdownlint-config.json"