From f5a9b92ba6a3f7ee09a8c668077b72625c6806e0 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Wed, 15 Apr 2026 11:07:02 +0000
Subject: [PATCH] ci(fix): check and fix only docs in lint:markdown

---
 package.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index ecb502e..2dfe17a 100644
--- a/package.json
+++ b/package.json
@@ -46,8 +46,8 @@
   },
   "scripts": {
     "lint:links": "lychee --config lychee.toml public",
-    "lint:markdown": "markdownlint-cli2 **/*.{md,mdx}",
-    "lint:markdown:fix": "markdownlint-cli2 --fix **/*.{md,mdx}",
+    "lint:markdown": "markdownlint-cli2 docs/**/*.{md,mdx}",
+    "lint:markdown:fix": "markdownlint-cli2 --fix docs/**/*.{md,mdx}",
     "release": "wireit",
     "release:pre": "wireit",
     "server": "wireit",

--
Gitblit v1.10.0