Skip to content

Commit

Permalink
.github/workflows: Remove top level heading check
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
StefanJum committed Jun 18, 2023
1 parent e7b39d4 commit 8da451a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"MD046": { "style": "fenced" },
"MD029": { "style": "one" },
"MD014": false,
"MD041": false,
"line-length": false,
"no-hard-tabs": false
}

0 comments on commit 8da451a

Please sign in to comment.