Skip to content

Add markdown linter #22

@marcoieni

Description

@marcoieni

Problem

Right now we have to manually check if markdown is correct.

Solution

In the rust patterns book we setup an action that checks markdown correctness.
Here it is:

https://github.com/rust-unofficial/patterns/blob/ad52fcb8eaff04df988997614ac035d51ab0c602/.github/workflows/ci.yml#L45-L53

It uses markdownlint in the background and the rules customization is done in this file.

If you like the idea I can set up this for this repo, too.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions