fix: markfown lint test cicd actions deplpy

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw) 2023-05-13 15:22:20 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 01fedcf83f
commit db721ace5f
2 changed files with 12 additions and 0 deletions

10
.github/workflows/.mlc_config.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"ignorePatterns": [
{
"pattern": "^http://127.0.0.1"
},
{
"pattern": "^http://localhost"
}
]
}

View File

@ -3,6 +3,8 @@ name: Markdown-related check
on: on:
pull_request: pull_request:
branches: "*" branches: "*"
push:
branches: "*"
jobs: jobs:
markdown-related-check: markdown-related-check: