Skip to content

Commit

Permalink
ci: Disable Markdown lint rule MD014 (#40)
Browse files Browse the repository at this point in the history
* ci: Disable Markdown lint rule MD014

* ci: Grant write permissions

Allow changes to the README.md file
  • Loading branch information
dhoppe authored Oct 21, 2022
1 parent 7a6db02 commit 1966901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
MD014: false
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: Readme
on:
pull_request:

permissions:
contents: write

jobs:
readme:
uses: dhoppeIT/github-reusable-workflows/.github/workflows/docs.yaml@main
Expand Down

0 comments on commit 1966901

Please sign in to comment.