From 3f7a9f1268cc143ad10d4f3c41e9a1470568afe6 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 19 Dec 2023 20:52:23 -0500 Subject: [PATCH] Add pre-commit markdown linter --- .pre-commit-config.yaml | 4 ++++ README.md | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0dbaab5..1718932 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,3 +27,7 @@ repos: rev: 0.27.2 hooks: - id: check-drone-ci +- repo: https://github.com/igorshubovych/markdownlint-cli + rev: v0.38.0 + hooks: + - id: markdownlint-fix diff --git a/README.md b/README.md index b8ce43d..936c442 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Wiki.git -Public documentation for all my services. Hosted at [wiki.clortox.com](https://wiki.clortox.com). +Public documentation for all my services. +Hosted at [wiki.clortox.com](https://wiki.clortox.com). -This repository is hosted on my [gitea](https://git.clortox.com/Infrastructure/wiki), however you can also find this repository at my [github](). +This repository is hosted on my [gitea](https://git.clortox.com/Infrastructure/wiki), +however you can also find this repository at my github.