Skip to content

Commit

Permalink
Add config
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Oct 16, 2024
1 parent 1db5a62 commit 12ddd28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v17
with:
config: .markdownlint.json
globs: '**/*.md'
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"line-length": {
"line_length": 120
}
}

0 comments on commit 12ddd28

Please sign in to comment.