Skip to content

Commit d362dba

Browse files
Added 'mdlint' script entry to composer config
1 parent 91a7c54 commit d362dba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"marcin-orlowski/php-lockpick": "^1.0"
5757
},
5858
"scripts": {
59-
"test": "vendor/bin/phpunit -c tests/phpunit.xml"
59+
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
60+
"mdlint": "markdownlint --config .markdownlint.yaml --ignore vendor **/*.md .github/**/*.md docs README.md"
6061
}
6162
}

0 commit comments

Comments
 (0)