Skip to content

Commit

Permalink
Use config file for markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 14, 2024
1 parent 2d791b8 commit 982ba47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
uses: actions/checkout@v2

- uses: articulate/actions-markdownlint@v1
with:
config: markdownlint-config.json
6 changes: 6 additions & 0 deletions .github/workflows/markdownlint-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Example markdownlint configuration with all properties set to their default value
{

// Default state for all rules
"default": true
}

0 comments on commit 982ba47

Please sign in to comment.