Skip to content

fix: k3d and ci flag (#2116) #239

fix: k3d and ci flag (#2116)

fix: k3d and ci flag (#2116) #239

---
name: Markdown Syntax Validation
on: [push, workflow_dispatch]
jobs:
markdown-check:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Validate Markdown .md
uses: DavidAnson/[email protected]
with:
config: .markdownlint.json
globs: "**.md"