From 8da451abd90ab0db2562ccc0b8af2efdea7e10f5 Mon Sep 17 00:00:00 2001 From: Stefan Jumarea Date: Sun, 18 Jun 2023 15:46:51 +0300 Subject: [PATCH] .github/workflows: Remove top level heading check The linter checks if the first line in the file is a top-level heading. This does not work with markdown files that are included in other files, not used as such (e.g. files under `hackathons/sessions/*/content/`). Signed-off-by: Stefan Jumarea --- .github/workflows/config/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/config/config.json b/.github/workflows/config/config.json index 67aa62ae..6c48d279 100644 --- a/.github/workflows/config/config.json +++ b/.github/workflows/config/config.json @@ -4,6 +4,7 @@ "MD046": { "style": "fenced" }, "MD029": { "style": "one" }, "MD014": false, + "MD041": false, "line-length": false, "no-hard-tabs": false }