Skip to content

docs: Improve README markdown formatting and update the UI section ti… #32

docs: Improve README markdown formatting and update the UI section ti…

docs: Improve README markdown formatting and update the UI section ti… #32

Workflow file for this run

name: "Markdown Lint"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: "**/*.md"
- name: Check Links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "no"
check-modified-files-only: "yes"
base-branch: "main"
config-file: ".github/mlc_config.json"