Skip to content

Lint Markdown

Lint Markdown #246

Workflow file for this run

name: Lint Markdown
on: [push, pull_request]
jobs:
md-dead-link-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: AlexanderDokuchaev/md-dead-link-check@v1.2.0
lint-markdown:
name: rumdl Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Check with rumdl
run: |
uv tool run rumdl check .
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v5
- name: Spell Check Repo
uses: crate-ci/typos@v1.40.0