Skip to content

Commit

Permalink
Add markdownlint setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukzak committed Apr 6, 2024
1 parent bc08605 commit 8307c81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint markdown files
uses: actionshub/markdownlint@main
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: "**/*.md"
config_file: .markdownlint.yaml
dot: true
4 changes: 4 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MD013: false # Line length
MD007: # Unordered list indentation
indent: 4
MD051: false # Link fragments should be valid

0 comments on commit 8307c81

Please sign in to comment.