Skip to content

Commit d977710

Browse files
committed
Update documentation for run functions
1 parent cc79105 commit d977710

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/githooks/check-markdown-format.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ function main() {
7474
# Run markdownlint natively.
7575
# Arguments (provided as environment variables):
7676
# files=[files to check]
77+
# config=[path to config file]
7778
function run-markdownlint-natively() {
7879

7980
# shellcheck disable=SC2086
@@ -85,6 +86,7 @@ function run-markdownlint-natively() {
8586
# Run markdownlint in a Docker container.
8687
# Arguments (provided as environment variables):
8788
# files=[files to check]
89+
# config=[path to config file]
8890
function run-markdownlint-in-docker() {
8991

9092
# shellcheck disable=SC1091

0 commit comments

Comments
 (0)