Skip to content

chore!: Update the minimum Kubernetes version to 1.25 #1044

chore!: Update the minimum Kubernetes version to 1.25

chore!: Update the minimum Kubernetes version to 1.25 #1044

Workflow file for this run

name: markdown
permissions:
contents: read
on:
pull_request:
paths:
- .github/workflows/markdown.yml
- "**/*.md"
jobs:
markdownlint:
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8
with:
globs: |
**/*.md
!**/node_modules/**
!target/**