Skip to content

docs: updates instructions for hello k8s project (#594) #1334

docs: updates instructions for hello k8s project (#594)

docs: updates instructions for hello k8s project (#594) #1334

name: markdown-linter
on:
push:
pull_request:
branches:
- master
types: [opened, synchronize, reopened, ready_for_review]
jobs:
lint:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: |
*.md
**/*.md