feat(template): use md lint config from website-template

!25
This commit is contained in:
2023-05-22 12:44:59 +09:30
parent 38d469007a
commit 4fa90d4c42
5 changed files with 5 additions and 13 deletions

View File

@ -40,9 +40,10 @@
.Lint_Markdown_Pages:
variables:
MDLINT_PATHS: "pages/*.md pages/**/*.md pages/**/**/*.md pages/**/**/**/*.md pages/**/**/**/**/**/*.md #CHANGELOG.md !gitlab-ci !website-template"
MD_LINT_CONFIG-PATH: "$CI_PROJECT_DIR/website-template"
extends: .Lint_Markdown
rules:
- if: '$CI_COMMIT_BRANCH'
exists:
- "pages/"
- "pages/index.md"
- when: never