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.
1 parent cc79105 commit d977710Copy full SHA for d977710
scripts/githooks/check-markdown-format.sh
@@ -74,6 +74,7 @@ function main() {
74
# Run markdownlint natively.
75
# Arguments (provided as environment variables):
76
# files=[files to check]
77
+# config=[path to config file]
78
function run-markdownlint-natively() {
79
80
# shellcheck disable=SC2086
@@ -85,6 +86,7 @@ function run-markdownlint-natively() {
85
86
# Run markdownlint in a Docker container.
87
88
89
90
function run-markdownlint-in-docker() {
91
92
# shellcheck disable=SC1091
0 commit comments