Skip to content

Commit

Permalink
Markdown lint
Browse files Browse the repository at this point in the history
[changelog skip]
  • Loading branch information
dahlia committed Mar 30, 2019
1 parent b063507 commit 415eeb6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/main.workflow
@@ -0,0 +1,9 @@
workflow "on push" {
on = "push"
resolves = ["mdlint"]
}

action "mdlint" {
uses = "bltavares/actions/mdlint@master"
runs = ["markdownlint", "--config", ".mdlintrc", "."]
}
10 changes: 10 additions & 0 deletions .mdlintrc
@@ -0,0 +1,10 @@
{
"default": true,
"MD003": { "style": "setext_with_atx" },
"MD006": false,
"MD007": false,
"MD029": { "style": "ordered" },
"MD030": { "ul_single": 2, "ol_single": 2, "ul_multi": 2, "ol_multi": 2 },
"no-hard-tabs": true,
"whitespace": false
}

0 comments on commit 415eeb6

Please sign in to comment.