feat(markdown_lint): re-added md lint job

this was added so that ci job will be created as at least one
must for other included to work

!6
This commit is contained in:
2023-05-23 10:20:18 +09:30
parent 04fedf49e7
commit 724234138b

View File

@ -17,6 +17,10 @@ include:
ref: development
file:
- conventional_commits/.gitlab-ci.yml
- lint/markdown.gitlab-ci.yaml
Lint Markdown:
extends: .Lint_Markdown
re-deploy Website: