Skip to content

[pull] main from k0sproject:main #1795

[pull] main from k0sproject:main

[pull] main from k0sproject:main #1795

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-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.jsonc
ignore: autopilot
version: 0.42.0