Skip to content

Commit 3de935e

Browse files
committed
.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 <stefanjumarea02@gmail.com>
1 parent 8456598 commit 3de935e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/config/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"MD014": false,
77
"MD033": false,
88
"MD034": false,
9+
"MD041": false,
910
"line-length": false
1011
}

0 commit comments

Comments
 (0)