Skip to content

[stable/k8s-event-logger]: Enhance Helm Chart with Consistent Naming and Labeling Conventions #1619

[stable/k8s-event-logger]: Enhance Helm Chart with Consistent Naming and Labeling Conventions

[stable/k8s-event-logger]: Enhance Helm Chart with Consistent Naming and Labeling Conventions #1619

Workflow file for this run

name: Markdown Lint
on: [pull_request]
jobs:
lint-changelog:
name: Lint all markdown files
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4.1.7
- name: Run lint
uses: avto-dev/markdown-lint@v1.5.0
with:
args: '**/*.md'
config: 'ci/markdown-lint.yaml'