markdownlint-rs 0.3.13

A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: CI
on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]
jobs:
  build:
    name: Build
    permissions:
      contents: write
    uses: ./.github/workflows/build-binaries.yml
  lint:
    name: Lint and test
    uses: ./.github/workflows/lint.yml