usgo / agagd

American Go Association Games Database (AGAGD)
https://agagd.usgo.org
MIT License
47 stars 30 forks source link

Add Markdown Linter to pre-commit #195

Closed michaelhiiva closed 3 years ago

michaelhiiva commented 3 years ago

Summary

The current pre-commit checks do not lint our Markdown files. Thus, we can have inconsistencies when a developer is using a Linter.

My markdown linter automatically changed the * to -

_Originally posted by @kcoopermiller in https://github.com/usgo/agagd/pull/194#discussion_r658914195_

Expected Behavior

pre-commit checks and lints Markdown. This will help standardized our Markdown documentation and prevent similar linter issue.

michaelhiiva commented 3 years ago

Resolved by #201.