feat(markdown_lint): enable specifying the lint config path

!25
This commit is contained in:
2023-05-22 12:00:25 +09:30
parent bce7396d8b
commit 38d469007a
2 changed files with 6 additions and 2 deletions

View File

@ -41,6 +41,7 @@ Markdown Linting:
|:----:|:----|
| MDLINT_PATH | **Optional** specifies the path to lint. defaults to `"**/*.md"` |
| MDLINT_EXCLUDE_PATHS | **optional** Specifies the paths to exclude from linting. Defaults to `"!gitlab-ci"` |
| MD_LINT_CONFIG-PATH | **Optional** Specifies a path whenre the lint config file is. defaults to none. this variable enables you to specify a config that will be copied to the project root folder. ***Note:** if specified, the file will be deleted at the end of the linting job.*
## Job Workflow