We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitignore
markdownlint
1 parent a728b5d commit 878a27eCopy full SHA for 878a27e
.github/workflows/lint.yml
@@ -12,4 +12,4 @@ jobs:
12
with:
13
node-version: '18'
14
- run: npm install -g markdownlint-cli
15
- - run: markdownlint '**/*.md' --ignore node_modules
+ - run: markdownlint '**/*.md' --ignore-path=.gitignore
0 commit comments