Skip to content

Merge pull request #5008 from k0sproject/backport-4951-to-release-1.30 #2665

Merge pull request #5008 from k0sproject/backport-4951-to-release-1.30

Merge pull request #5008 from k0sproject/backport-4951-to-release-1.30 #2665

Workflow file for this run

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