From 898dd0f37e8a3b3c70691fd2b3ba2056a756a7bc Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Fri, 9 Aug 2024 23:32:42 +0200 Subject: [PATCH] ci(#159): ignore issue template for md linting --- .github/.markdownlint-cli2.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/.markdownlint-cli2.yaml b/.github/.markdownlint-cli2.yaml index 9a080cc5..dc0a0086 100644 --- a/.github/.markdownlint-cli2.yaml +++ b/.github/.markdownlint-cli2.yaml @@ -4,3 +4,6 @@ globs: ignores: - 'node_modules/**/*' - 'tests/**/*' + # GitHub issues don't quite abide by Markdown standards (e.g. single line + # breaks are reproduced when rendered) + - '.github/ISSUE_TEMPLATE/**/*'