Skip to content

Merge pull request #3804 from twz123/backport-3796-to-release-1.26 #259

Merge pull request #3804 from twz123/backport-3796-to-release-1.26

Merge pull request #3804 from twz123/backport-3796-to-release-1.26 #259

Workflow file for this run

name: Lint docs
on:
push:
branches:
- main
- release-*
paths:
- '**.md'
pull_request:
branches:
- main
- release-*
paths:
- '**.md'
jobs:
lint:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: articulate/actions-markdownlint@v1
with:
config: .github/workflows/markdownlint-config.json
ignore: autopilot