Skip to content

Add k8s slack channels for community comms #2776

Add k8s slack channels for community comms

Add k8s slack channels for community comms #2776

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