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 Dec 10, 2024
1 parent 8456598 commit 3de935e
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 @@ -6,5 +6,6 @@
"MD014": false,
"MD033": false,
"MD034": false,
"MD041": false,
"line-length": false
}

0 comments on commit 3de935e

Please sign in to comment.