Skip to content

Commit 1efc9df

Browse files
authored
ci: Disable Markdown lint rule MD014 (#41)
* ci: Disable Markdown lint rule MD014 * ci: Grant write permissions Allow changes to the README.md file
1 parent 18d9a3e commit 1efc9df

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/linters/.markdown-lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
MD014: false

.github/workflows/docs.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Readme
44
on:
55
pull_request:
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
readme:
912
uses: dhoppeIT/github-reusable-workflows/.github/workflows/docs.yaml@main

0 commit comments

Comments
 (0)