Commit Graph

3 Commits

Author SHA1 Message Date
Tamir Duberstein
37257fe7cd Fix MD059/descriptive-link-text 2025-06-02 06:26:35 -04:00
Dave Tucker
8780a50be1 .github: Add markdownlint
This adds a linter to catch common markdown formatting errors.
The linter used is markdownlint-cli2 which is available on all platforms
and has an associated Github Action to automate these checks in CI.

Configuration is checked in at .markdownlint-cli2.yaml.

You may run the check locally using `markdownlint-cli2`.
Or you may install the extension for VSCode:
DavidAnson.vscode-markdownlint

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2023-11-16 16:14:05 -05:00
Dave Tucker
e752ffb3be Add a Code of Conduct
Adapted from the contributor covenant template
2022-06-08 13:18:49 +01:00