fix: markfown lint test cicd actions deplpy

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/455/head
Xinwei Xiong(cubxxw) 1 year ago committed by Xinwei Xiong(cubxxw-openim)
parent 01fedcf83f
commit db721ace5f

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

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

Loading…
Cancel
Save