Skip to content

Commit

Permalink
Moved Markdownlint tools to subdirectory.
Browse files Browse the repository at this point in the history
Visual Studio code adjusted to changes for the workspace.

Command line use can also be handled:

markdownlint --config .github/markdownlint.json \
             --ignore-path .github/.markdownlintignore .
  • Loading branch information
jonasbn committed Feb 5, 2023
1 parent 82404c1 commit 583d483
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions .github/markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"MD004": { "style": "dash" }
}
3 changes: 2 additions & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
name: Markdownlint
with:
files: .
config_file: ".markdownlint.json"
config_file: ".github/markdownlint.json"
ignore_path: ".github/.markdownlintignore"
9 changes: 0 additions & 9 deletions .markdownlint.json

This file was deleted.

0 comments on commit 583d483

Please sign in to comment.