From 314cc92d136c749d52d3653fc357757bdcbc2648 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 8b71d34a..1e6c682d 100644 --- a/.github/workflows/config/config.json +++ b/.github/workflows/config/config.json @@ -6,5 +6,6 @@ "MD014": false, "MD033": false, "MD034": false, + "MD041": false, "line-length": false }