Skip to content

Fix CPLB userspace on ipv6 only clusters #3249

Fix CPLB userspace on ipv6 only clusters

Fix CPLB userspace on ipv6 only clusters #3249

Workflow file for this run

name: Lint docs
on:
push:
branches:
- main
- release-*
paths:
- '**.md'
- .github/workflows/docs.yml
- .markdownlint.jsonc
pull_request:
branches:
- main
- release-*
paths:
- '**.md'
- .github/workflows/docs.yml
- .markdownlint.jsonc
jobs:
lint:
name: Lint markdown
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
with:
config: .markdownlint.jsonc
globs: '**/*.md'